forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityregressionBug didn't exist in a previous releaseBug didn't exist in a previous release
Milestone
Description
Repro steps:
- In master delete everything under
pythonFiles/lib/python. - Run the gulp task
installPythonLibs.
Expected
It should install all the python libraries.
Actual
ERROR: Invalid requirement: '#'
ERROR: Invalid requirement: '# To update, run:'
Usage:
C:\Python37\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
C:\Python37\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
C:\Python37\python.exe -m pip install [options] [-e] <vcs project url> ...
C:\Python37\python.exe -m pip install [options] [-e] <local project path> ...
C:\Python37\python.exe -m pip install [options] <archive url/path> ...
no such option: --hash
Usage:
C:\Python37\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
C:\Python37\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
C:\Python37\python.exe -m pip install [options] [-e] <vcs project url> ...
C:\Python37\python.exe -m pip install [options] [-e] <local project path> ...
C:\Python37\python.exe -m pip install [options] <archive url/path> ...
no such option: --hash
Usage:
C:\Python37\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
C:\Python37\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
C:\Python37\python.exe -m pip install [options] [-e] <vcs project url> ...
C:\Python37\python.exe -m pip install [options] [-e] <local project path> ...
C:\Python37\python.exe -m pip install [options] <archive url/path> ...
no such option: --hash
ERROR: Invalid requirement: '# pip-compile --generate-hashes'
ERROR: Invalid requirement: '# via python-jsonrpc-server'
ERROR: Invalid requirement: '#'
ERROR: Invalid requirement: '# via jedi'
jumattos
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityregressionBug didn't exist in a previous releaseBug didn't exist in a previous release