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 issue #165

Open
drkamine opened this issue Sep 2, 2019 · 4 comments
Open

./manager.py db upgrade issue #165

drkamine opened this issue Sep 2, 2019 · 4 comments

Comments

@drkamine
Copy link

drkamine commented Sep 2, 2019

./manager.py db upgrade
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

@andrel0
Copy link

andrel0 commented Nov 14, 2019

Hello, could you tell me how this error can be solved? I have been trying to find the solution to this message for 1 week. Did you succeed in solving this problem? Thanks! very much

@splewis
Copy link
Owner

splewis commented Nov 24, 2019

Did you install the dependencies? Are you running in a virtualenv like the readme suggests?

@andrel0
Copy link

andrel0 commented Nov 24, 2019

Hello splewis , yes / yes. Run it on Centos 7, install all dependencies and libraries associated and similar to Ubuntu. Run it in virtualenv with python 2.7.5 and 3.6.

@itsdan25
Copy link

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


Debian 10

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

No branches or pull requests

4 participants