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
{{ message }}
This repository was archived by the owner on Apr 7, 2019. It is now read-only.
when i try to run python main.py i get this error.
/vHackOSBot-Python $ python2.7 main.py
Traceback (most recent call last):
File "main.py", line 1, in
from update import Update
File "/home/jonathan/vhackos/vHackOSBot-Python/update.py", line 1, in
from utils import Utils
File "/home/jonathan/vhackos/vHackOSBot-Python/utils.py", line 14, in
import ruamel.yaml as yaml
ImportError: No module named ruamel.yaml
I have run pip install -r requirments.txt and that all installed ok. I have tried it with python3 and python2.7.
Any help would be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi all,
when i try to run python main.py i get this error.
/vHackOSBot-Python $ python2.7 main.py
Traceback (most recent call last):
File "main.py", line 1, in
from update import Update
File "/home/jonathan/vhackos/vHackOSBot-Python/update.py", line 1, in
from utils import Utils
File "/home/jonathan/vhackos/vHackOSBot-Python/utils.py", line 14, in
import ruamel.yaml as yaml
ImportError: No module named ruamel.yaml
I have run pip install -r requirments.txt and that all installed ok. I have tried it with python3 and python2.7.
Any help would be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: