get5-web icon indicating copy to clipboard operation
get5-web copied to clipboard

./manager.py db upgrade issue

Open drkamine opened this issue 6 years ago • 4 comments

./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

drkamine avatar Sep 02 '19 14:09 drkamine

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

andrel0 avatar Nov 14 '19 18:11 andrel0

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

splewis avatar Nov 24 '19 18:11 splewis

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.

andrel0 avatar Nov 24 '19 23:11 andrel0

(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

itsdan25 avatar Aug 17 '21 23:08 itsdan25