Skip to content

Running gulp task to install python libraries fails due the comments #9532

@karthiknadig

Description

@karthiknadig

Repro steps:

  1. In master delete everything under pythonFiles/lib/python.
  2. 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'


Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityregressionBug didn't exist in a previous release

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions