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
on a machine that does not have tabulate installed I get:
Collecting git+https://github.com/UBC-DSCI/dictauth.git
Cloning https://github.com/UBC-DSCI/dictauth.git to /tmp/pip-req-build-30kyxkm0
ERROR: Command errored out with exit status 1:
command: /opt/conda/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-30kyxkm0/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-30kyxkm0/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-6imslei7
cwd: /tmp/pip-req-build-30kyxkm0/
Complete output (9 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-30kyxkm0/setup.py", line 2, in <module>
from dictauth import __version__
File "/tmp/pip-req-build-30kyxkm0/dictauth/__init__.py", line 1, in <module>
from .users import add_user, remove_user, list_users, rename_user, make_admin, un_admin
File "/tmp/pip-req-build-30kyxkm0/dictauth/users.py", line 4, in <module>
from tabulate import tabulate
ModuleNotFoundError: No module named 'tabulate'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
When I try to install this via:
on a machine that does not have
tabulate
installed I get:The text was updated successfully, but these errors were encountered: