Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
/ vs-code Public archive
forked from kbinias/vs-code

Visual Studio Code stuff. File truncated

License

Notifications You must be signed in to change notification settings

DaisyXten/vs-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vs-code

Visual Studio Code stuff

Issue: ImportError in system pip wrappers after an upgrade

Description: After upgrading to pip 10 or higher, many users are encountering variations of the error ImportError: cannot import name 'main'

Solution: pypa/pip#5599 (comment)

I followed some instructions elsewhere and ran

sudo apt install python-pip
pip install --upgrade pip

and hit upon this issue.

python -m pip uninstall pip

This fixed it, returning me to the system pip

I have to say, although I don't fully understand the complications involved, it doesn't feel like pip should self-immolate like this.

About

Visual Studio Code stuff. File truncated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.0%
  • C 33.6%
  • CMake 16.4%