You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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
The text was updated successfully, but these errors were encountered:
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
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.
(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
./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
The text was updated successfully, but these errors were encountered: