Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabulate is a dependency that should be installed with this #4

Open
ttimbers opened this issue Nov 1, 2021 · 0 comments
Open

tabulate is a dependency that should be installed with this #4

ttimbers opened this issue Nov 1, 2021 · 0 comments

Comments

@ttimbers
Copy link

ttimbers commented Nov 1, 2021

When I try to install this via:

python -m pip install git+https://github.com/UBC-DSCI/dictauth.git

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant