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
Submitted by Paul Moore ([email protected]). Could thinking about testing the pip install in an Ubuntu 20.04 VM (see #74).
Hi Sam,
I just got the error copied below when installing esig. It could be a
problem with my environment, but could you let me know if there is any
issue with pip install esig at the moment. It’s on Ubuntu 20.04.
All the best,
Paul.
paul@carbon:~$ workon dale
(dale) paul@carbon:~$ python -m pip install esig
Traceback (most recent call last):
File “/usr/lib/python3.6/runpy.py”, line 193, in _run_module_as_main
“__main__”, mod_spec)
File “/usr/lib/python3.6/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File
“/home/paul/.virtualenvs/dale/lib/python3.6/site-packages/pip/__main__.py”,
line 16, in <module>
from pip._internal.main import main as _main # isort:skip # noqa
File
“/home/paul/.virtualenvs/dale/lib/python3.6/site-packages/pip/_internal/main.py”,
line 13, in <module>
from pip._internal.cli.autocompletion import autocomplete
File
“/home/paul/.virtualenvs/dale/lib/python3.6/site-packages/pip/_internal/cli/autocompletion.py”,
line 11, in <module>
from pip._internal.cli.main_parser import create_main_parser
File
“/home/paul/.virtualenvs/dale/lib/python3.6/site-packages/pip/_internal/cli/main_parser.py”,
line 7, in <module>
from pip._internal.cli import cmdoptions
File
“/home/paul/.virtualenvs/dale/lib/python3.6/site-packages/pip/_internal/cli/cmdoptions.py”,
line 19, in <module>
from distutils.util import strtobool
File
“/home/paul/.virtualenvs/dale/lib/python3.6/distutils/__init__.py”, line
44, in <module>
from distutils import dist, sysconfig # isort:skip
ImportError: cannot import name ‘dist’
The text was updated successfully, but these errors were encountered:
Submitted by Paul Moore ([email protected]). Could thinking about testing the
pip install
in an Ubuntu 20.04 VM (see #74).The text was updated successfully, but these errors were encountered: