Support
Quality
Security
License
Reuse
kandi has reviewed pipenv and discovered the below as its top functions. This is intended to give you an instant insight into pipenv implemented functionality, and help decide if they suit your requirements.
Get all kandi verified functions for this library.
Get all kandi verified functions for this library.
Python Development Workflow for Humans.
See all related Code Snippets
QUESTION
No module named 'virtualenv.activation.xonsh'
Asked 2022-Mar-01 at 14:16I triyed to execute pipenv shell in a new environtment and I got the following error:
Loading .env environment variables…
Creating a virtualenv for this project…
Using /home/user/.pyenv/shims/python3.9 (3.9.7) to create virtualenv…
â ‹ModuleNotFoundError: No module named 'virtualenv.activation.xonsh'
Error while trying to remove the /home/user/.local/share/virtualenvs/7t env:
No such file or directory
Virtualenv location:
Warning: Your Pipfile requires python_version 3.9, but you are using None (/bin/python).
$ pipenv check will surely fail.
Spawning environment shell (/usr/bin/zsh). Use 'exit' to leave.
I tried to remove pipenv, install python with pienv create an alias to python, but anything works.
Any idea, I got the same error in existing environment, I tried to remove all environments folder but nothing.
Thanks.
ANSWER
Answered 2022-Feb-12 at 13:54By github issue, the solution that works was the following:
sudo apt-get remove python3-virtualenv
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
No vulnerabilities reported
Save this library and start creating your kit
See Similar Libraries in
Save this library and start creating your kit
Open Weaver – Develop Applications Faster with Open Source