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
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
The text was updated successfully, but these errors were encountered:
When I try to install the package with
It fails:
But when I installed it separately, it works:
The text was updated successfully, but these errors were encountered: