Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when call Pipenv == 11.10 on Windows #2017

Closed
FlavioCestari opened this issue Apr 17, 2018 · 1 comment
Closed

Error when call Pipenv == 11.10 on Windows #2017

FlavioCestari opened this issue Apr 17, 2018 · 1 comment

Comments

@FlavioCestari
Copy link

FlavioCestari commented Apr 17, 2018

When I call "pipenv" at the Windows command prompt I get the an error.
This problem and others occurs only with the new PIP version 10.0.0!

Please run $ python -m pipenv.help, and paste the results here.

C:\Users\cestarfl>python -m pipenv.help
<details><summary>$ python -m pipenv.help output</summary>
Pipenv version: `'11.10.0'`
Pipenv location: `'C:\\Program Files\\Python36\\lib\\site-packages\\pipenv'`
Python location: `'C:\\Program Files\\Python36\\python.exe'`
Other Python installations in `PATH`:
  - `3.6`: `C:\Program Files\Python36\python.exe`
  - `3.6.5`: `C:\Program Files\Python36\python.exe`
  - `3.6.5`: `C:\Windows\py.exe`

PEP 508 Information:
{'implementation_name': 'cpython',
 'implementation_version': '3.6.5',
 'os_name': 'nt',
 'platform_machine': 'AMD64',
 'platform_python_implementation': 'CPython',
 'platform_release': '7',
 'platform_system': 'Windows',
 'platform_version': '6.1.7601',
 'python_full_version': '3.6.5',
 'python_version': '3.6',
 'sys_platform': 'win32'}

Expected result

Show Pipenv Help, like: "python -m pipenv"

Actual result
C:\Users\cestarfl>pipenv
Fatal error in launcher: Unable to create process using '""c:\program files\python36\python.exe"  "C:\Program Files\Python36\Scripts\pipenv.exe" '

PS: Pay attention to the double quotation marks before the python path.

Steps to replicate

Just type "pipenv" + [ENTER].

@techalchemy
Copy link
Member

@FlavioCestari see pypa/pip#5223 -- this is a problem with pip10 on windows 7x64 using cmd.exe and will be fixed in pip 10.0.1 which should be released soon

In the meantime, you can fix it by running python -m pip install pip==9.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants