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
I have the same problem. When I tried to remove python3 and reinstall I've gotten the following error
Exception:
Traceback (most recent call last):
File "/var/folders/1r/hrycw3pj1xn0vjg77_12h1l00000gn/T/tmpr6ds8jrb/pip-1.5.6-py2.py3-none-any.whl/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/var/folders/1r/hrycw3pj1xn0vjg77_12h1l00000gn/T/tmpr6ds8jrb/pip-1.5.6-py2.py3-none-any.whl/pip/commands/install.py", line 283, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/var/folders/1r/hrycw3pj1xn0vjg77_12h1l00000gn/T/tmpr6ds8jrb/pip-1.5.6-py2.py3-none-any.whl/pip/req.py", line 1435, in install
requirement.install(install_options, global_options, *args, **kwargs)
File "/var/folders/1r/hrycw3pj1xn0vjg77_12h1l00000gn/T/tmpr6ds8jrb/pip-1.5.6-py2.py3-none-any.whl/pip/req.py", line 671, in install
self.move_wheel_files(self.source_dir, root=root)
File "/var/folders/1r/hrycw3pj1xn0vjg77_12h1l00000gn/T/tmpr6ds8jrb/pip-1.5.6-py2.py3-none-any.whl/pip/req.py", line 901, in move_wheel_files
pycompile=self.pycompile,
File "/var/folders/1r/hrycw3pj1xn0vjg77_12h1l00000gn/T/tmpr6ds8jrb/pip-1.5.6-py2.py3-none-any.whl/pip/wheel.py", line 215, in move_wheel_files
clobber(source, lib_dir, True)
File "/var/folders/1r/hrycw3pj1xn0vjg77_12h1l00000gn/T/tmpr6ds8jrb/pip-1.5.6-py2.py3-none-any.whl/pip/wheel.py", line 193, in clobber
assert not info_dir, 'Multiple .dist-info directories'
AssertionError: Multiple .dist-info directories
I am unable to install
Pillow
and some other packages usingpip
.Here is a snippet from the log:
I've tried lots of suggestions from what i've been able to find on the web, this is the most similar to my issue that I can find: https://github.com/OpenBazaar/OpenBazaar/issues/370
Can anyone explain why pip is expecting an
.exe
here?https://gist.github.com/cburmeister/3e7649658f4f988b3ff0#file-gistfile1-txt-L1057
The text was updated successfully, but these errors were encountered: