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
When I try to execute the script the following error shows:
Traceback (most recent call last):
File "commandLineTest.py", line 10, in <module>
import compago
File "/usr/local/lib/python3.5/dist-packages/compago/__init__.py", line 3, in <module>
from option import Option
ImportError: No module named 'option'
Installed using pip3 install compago
The text was updated successfully, but these errors were encountered:
When I try to execute the script the following error shows:
Installed using
pip3 install compago
The text was updated successfully, but these errors were encountered: