-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Labels
Type: Vendored Dependencies
This issue affects vendored dependencies within pipenv.
Comments
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
added
the
Type: Vendored Dependencies
This issue affects vendored dependencies within pipenv.
label
Dec 15, 2018
@jxltom related PR looks like merged. is pipenv waiting for a new release of it ? |
Actually |
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
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
The text was updated successfully, but these errors were encountered: