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

pipenv couldnt find rc versions on system #3376

Closed
usta opened this issue Dec 13, 2018 · 3 comments · Fixed by #3298
Closed

pipenv couldnt find rc versions on system #3376

usta opened this issue Dec 13, 2018 · 3 comments · Fixed by #3298
Labels
Type: Vendored Dependencies This issue affects vendored dependencies within pipenv.

Comments

@usta
Copy link

usta commented Dec 13, 2018

Hello, pipenv couldnt find corresponding python version if only rc versions are installed :

PS C:\Users\usta\Desktop\just4fun> pipenv --three
Warning: Python 3 was not found on your system…
You can specify specific versions of Python with:
$ pipenv --python path\to\python


PS C:\Users\usta\Desktop\just4fun> pipenv --python 3
Warning: Python 3 was not found on your system…
You can specify specific versions of Python with:
$ pipenv --python path\to\python


PS C:\Users\usta\Desktop\just4fun> pipenv --python 3.7
Warning: Python 3 was not found on your system…
You can specify specific versions of Python with:
$ pipenv --python path\to\python


PS C:\Users\usta\Desktop\just4fun> pipenv --python 3.6
Warning: Python 3 was not found on your system…
You can specify specific versions of Python with:
$ pipenv --python path\to\python


PS C:\Users\usta\Desktop> py -0
Installed Pythons found by C:\Windows\py.exe Launcher for Windows
-3.7-64 *
-3.6-64
-2.7-64


PS C:\Users\usta\Desktop> py -3 --version
Python 3.7.2rc1


PS C:\Users\usta\Desktop> py -3.6 --version
Python 3.6.8rc1

@jxltom
Copy link
Contributor

jxltom commented Dec 14, 2018

There is a big refactor in pythonfinder in sarugaku/pythonfinder#51, and it is likely this issue could be resolved after it is vendored to pipenv.

@jxltom jxltom added the Type: Vendored Dependencies This issue affects vendored dependencies within pipenv. label Dec 15, 2018
@usta
Copy link
Author

usta commented Dec 24, 2018

@jxltom related PR looks like merged. is pipenv waiting for a new release of it ?

@jxltom
Copy link
Contributor

jxltom commented Dec 25, 2018

Actually pythonfinder is vendored in pipenv https://github.com/pypa/pipenv/tree/master/pipenv/vendor/pythonfinder. So we need to vendor it into pipenv and then release pipenv

techalchemy added a commit that referenced this issue Jan 22, 2019
- Update gitignore entries for mypy config
- Update release task to add version after bumping but before release
- Fixes #3326 (going forward at least)
- Split out patching from vendoring so it can be done as a separate step
  if needed
- Update patches to account for updated packages
- Fixes #3432
- Fixes #2757
- Fixes #3305
- Fixes #2914
- Fixes #3439
- Fixes #3422
- Fixes #3378
- Fixes #3376
- Fixes #3315

Signed-off-by: Dan Ryan <dan@danryan.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Vendored Dependencies This issue affects vendored dependencies within pipenv.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants