masbug / etoro-edavki

MIT License
51 stars 14 forks source link

ModuleNotFoundError: No module named 'prettytable' #9

Closed tomazb closed 3 years ago

tomazb commented 3 years ago

Ubuntu 20 LTS

tomaz@ubnt-dsktp:~/etoro-edavki$ etoro-edavki Traceback (most recent call last): File "/home/tomaz/.local/bin/etoro-edavki", line 5, in from etoro_edavki import main File "/home/tomaz/.local/lib/python3.8/site-packages/etoro_edavki.py", line 11, in import prettytable ModuleNotFoundError: No module named 'prettytable'

tomazb commented 3 years ago

Hmm, po kloniranju repozitorija in ukazu

pip3 install -r requirements.txt

Je bilo ok.

Samo "pip3 install --upgrade git+https://github.com/masbug/etoro-edavki.git" ni bilo dovolj.

masbug commented 3 years ago

Hvala za report, sem popravil setup.py (3c888d5).