Pipenv cannot create virtualenv
See original GitHub issueWhen I try to create a new env using pipenv --two
or pipenv --three
, pipenv enters an infinite loop repeatedly printing
Virtualenv already exists!
Removing existing virtualenv…
If I try pipenv install
, pipenv tries to install the packages to /usr/lib/python3.6
and the output of pipenv --venv
is empty.
Describe you environment
- OS Type: Archlinux
- Python version: Python 3.6.2
- Pipenv version: pipenv, version 8.2.7
Issue Analytics
- State:
- Created 6 years ago
- Comments:29 (13 by maintainers)
Top Results From Across the Web
pipenv fails to create a virtual environment - Stack Overflow
I create a folder or my Python project and cd into it. I type 'pipenv shell'. I get the following error: Creating a...
Read more >pipenv create virtual env error · Issue #5101 - GitHub
Issue description. when I upgraded to ubuntu 22.04, python became 3.10 and i can not create virtual env via pipenv now ...
Read more >Pipenv won't create environment - Codecademy Forums
When I attempt to run pipenv --three, i get this error: Using C:/Python/python.exe (None) to create virtualenv… [ =] Creating virtual ...
Read more >Configure a Pipenv environment | PyCharm Documentation
Pipenv is a tool that provides all necessary means to create a virtual environment for your Python project. It automatically manages project packages ......
Read more >Pipenv & Virtual Environments
While pip can install Python packages, Pipenv is recommended as it's a ... virtualenv is a tool to create isolated Python environments. virtualenv...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jck does pipenv --where return anything or is it also blank?
I use Mac OS and am having the same problem. Where do I assign project.virtualenv_location, and what value do I assign it? Sorry new to Django.