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

Installation Issue #8

Open
davidtr1037 opened this issue Apr 19, 2021 · 0 comments
Open

Installation Issue #8

davidtr1037 opened this issue Apr 19, 2021 · 0 comments

Comments

@davidtr1037
Copy link

When I try to install the package with

pip install enum34 pyxlsb2

It fails:

Collecting enum34==1.1.10
  Downloading enum34-1.1.10-py2-none-any.whl (11 kB)
Collecting pyxlsb2==0.0.2
  Downloading pyxlsb2-0.0.2.tar.gz (31 kB)
    ERROR: Command errored out with exit status 1:
     command: /tmp/venv/env/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-CQMm6n/pyxlsb2/setup.py'"'"
'; __file__='"'"'/tmp/pip-install-CQMm6n/pyxlsb2/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-6J3CgU
         cwd: /tmp/pip-install-CQMm6n/pyxlsb2/
    Complete output (13 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-CQMm6n/pyxlsb2/setup.py", line 3, in <module>
        from pyxlsb2 import __version__
      File "pyxlsb2/__init__.py", line 3, in <module>
        from .workbook import Workbook
      File "pyxlsb2/workbook.py", line 7, in <module>
        from .recordreader import RecordReader
      File "pyxlsb2/recordreader.py", line 4, in <module>
        from . import records as recs
      File "pyxlsb2/records.py", line 1, in <module>
        from enum import Enum
    ImportError: No module named enum
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

But when I installed it separately, it works:

pip install enum34
pip install pyxlsb2
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