PoonLab / sierra-local

Retrieve HIVdb algorithm as XML and apply locally to HIV sequences
GNU General Public License v3.0
6 stars 3 forks source link

sierralocal fails on macOS High Sierra with Python 3.7.4 #57

Closed ArtPoon closed 5 years ago

ArtPoon commented 5 years ago
Elzar:~ artpoon$ sierralocal
Traceback (most recent call last):
  File "/usr/local/bin/sierralocal", line 7, in <module>
    from sierralocal import main
  File "/usr/local/lib/python3.7/site-packages/sierralocal/main.py", line 1, in <module>
    from sierralocal import score_alg
  File "/usr/local/lib/python3.7/site-packages/sierralocal/score_alg.py", line 1, in <module>
    from sierralocal.hivdb import HIVdb
  File "/usr/local/lib/python3.7/site-packages/sierralocal/hivdb.py", line 2, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
ArtPoon commented 5 years ago

Forgot to include requests as a dependency. Installing this via pip3 resolves the issue.