question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pipenv cannot create virtualenv

See original GitHub issue

When 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
  1. OS Type: Archlinux
  2. Python version: Python 3.6.2
  3. Pipenv version: pipenv, version 8.2.7

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:29 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
nateprewittcommented, Oct 25, 2017

@jck does pipenv --where return anything or is it also blank?

0reactions
wr4909commented, Mar 5, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found