-
-
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
virtualenv: error: argument --creator: invalid choice: 'venv' (choose from 'builtin', 'cpython2-posix') #5452
Comments
due to size limitations here is the pipenv --support output |
@f0o We don't have support for python 3.11 yet |
That explains it; closing |
@f0o Actually though I am wondering if this has nothing to do with 3.11 -- Did you by chance install virtualenv from apt? If so, could you uninstall that and try installing it from pypi using pip? https://stackoverflow.com/questions/70583980/i-am-unable-to-create-a-new-virtualenv-in-ubuntu |
May I Bring this up again? Having the same issue using 3.10.6. pipx installations and bare pip installation behave the same. Figured out it's not working for python2 installs via: |
@iamdbychkov There is a separate recent issue tracking this and a potential fix that perhaps won't always fix it because the version of python used may be different than the one creating the virtualenv. That issue is here: #5477 (comment) Can you try the |
Hi @matteius ! Thank your for the reply :) Have installed Error read as follows: Haven't got an opportunity to check pipenv version on work PC which handles such cases without problems. I understand that python 2.7 is EOL and it might not be worth spending time to fix the issue. And if so, I would suggest to mark which version of pipenv still supports it, will gladly say which one as soon as I reach my office. |
Issue description
pipenv check
fails or actually everything fails; it does install the python version correctly however.Expected result
it to work, obviously ;)
Actual result
When possible, provide the verbose output (
--verbose
), especially for locking and dependencies resolving issues.Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
Pipfile:
pipenv check
already failsThe text was updated successfully, but these errors were encountered: