Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./manager.py db upgrade #182

Open
raphaelsiegenthaler opened this issue Nov 24, 2019 · 1 comment
Open

./manager.py db upgrade #182

raphaelsiegenthaler opened this issue Nov 24, 2019 · 1 comment

Comments

@raphaelsiegenthaler
Copy link

This is the error I get if I type the command ./manager.py db upgrade into the terminal.

Traceback (most recent call last):
File "./manager.py", line 3, in
import get5
File "/var/www/get5-web/get5/init.py", line 26, in
import steamid
File "/var/www/get5-web/get5/steamid.py", line 1, in
from valve.steam.id import SteamID, SteamIDError
ImportError: No module named valve.steam.id

Before executing this above I also had this error while installing the requirements.txt file:

ERROR: Command errored out with exit status 1:
command: /home/pi/miniconda3/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-a_3hhopb/enum/setup.py'"'"'; file='"'"'/tmp/pip-install-a_3hhopb/enum/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-a_3hhopb/enum/pip-egg-info
cwd: /tmp/pip-install-a_3hhopb/enum/
Complete output (20 lines):
Traceback (most recent call last):
File "", line 1, in
File "/home/pi/miniconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/init.py", line 11, in
File "/home/pi/miniconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/extension.py", line 8, in
File "/home/pi/miniconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/dist.py", line 16, in
File "/home/pi/miniconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/depends.py", line 6, in
File "/home/pi/miniconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/compat.py", line 45, in
File "/home/pi/miniconda3/lib/python3.4/http/client.py", line 69, in
import email.parser
File "/home/pi/miniconda3/lib/python3.4/email/parser.py", line 12, in
from email.feedparser import FeedParser, BytesFeedParser
File "/home/pi/miniconda3/lib/python3.4/email/feedparser.py", line 27, in
from email import message
File "/home/pi/miniconda3/lib/python3.4/email/message.py", line 16, in
from email import utils
File "/home/pi/miniconda3/lib/python3.4/email/utils.py", line 29, in
import socket
File "/home/pi/miniconda3/lib/python3.4/socket.py", line 53, in
from enum import IntEnum
ImportError: cannot import name 'IntEnum'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Can somebody please help me with this :)

@splewis
Copy link
Owner

splewis commented Nov 24, 2019

I would not recommend trying to use anything other than python2.7 for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants