dashsetr.blogg.se

Pip3 remove package
Pip3 remove package









pip3 remove package

Sys.exit(load_entry_point('pip=20.3.dev0', 'console_scripts', 'pip3')())įile "/usr/local/lib/python3.8/dist-packages/pip/_init_.py", line 217, in mainįile "/usr/local/lib/python3.8/dist-packages/pip/basecommand.py", line 242, in main Zip(, platform.linux_distribution()),ĪttributeError: module 'platform' has no attribute 'linux_distribution' Self.headers = user_agent()įile "/usr/local/lib/python3.8/dist-packages/pip/download.py", line 93, in user_agent With self._build_session(options) as session:įile "/usr/local/lib/python3.8/dist-packages/pip/basecommand.py", line 66, in _build_sessionįile "/usr/local/lib/python3.8/dist-packages/pip/download.py", line 321, in _init_

pip3 remove package

PermissionError: Permission denied: 'pylab.py'įile "/usr/local/lib/python3.8/dist-packages/pip/basecommand.py", line 209, in mainįile "/usr/local/lib/python3.8/dist-packages/pip/commands/uninstall.py", line 46, in run Onerror(os.unlink, fullname, sys.exc_info())įile "/usr/lib/python3.8/shutil.py", line 670, in _rmtree_safe_fd Uninstalled_pathset.remove(auto_confirm, verbose)įile "/home/john/.local/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py", line 394, in removeįile "/home/john/.local/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py", line 283, in stashįile "/home/john/.local/lib/python3.8/site-packages/pip/_internal/utils/misc.py", line 352, in renamesįile "/usr/lib/python3.8/shutil.py", line 800, in moveįile "/usr/lib/python3.8/shutil.py", line 715, in rmtreeįile "/usr/lib/python3.8/shutil.py", line 672, in _rmtree_safe_fd PermissionError: Permission denied: '/usr/local/lib/python3.8/dist-packages/matplotlib-3.3.1-p圓.8-linux-x86_64.egg' -> '/tmp/pip-uninstall-nw393b36'ĭuring handling of the above exception, another exception occurred:įile "/home/john/.local/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 228, in _mainįile "/home/john/.local/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py", line 89, in runįile "/home/john/.local/lib/python3.8/site-packages/pip/_internal/req/req_install.py", line 686, in uninstall

#PIP3 REMOVE PACKAGE INSTALL#

Now i get these errors when trying to install or uninstall anything:įor example when trying to uninstall matplotlib without sudo using pip3 uninstall matplotlib (even tho i never had to use sudo to uninstall anything before) : Found existing installation: matplotlib 3.3.1

pip3 remove package

I think i have messed up some python files when installing some packages in a requirement.txt file











Pip3 remove package