Category "pipenv"

No module named 'virtualenv.activation.xonsh'

I triyed to execute pipenv shell in a new environtment and I got the following error: Loading .env environment variables… Creating a virtualenv for this

Pipenv install package with exact latest version

When I run pipenv install requests it will add the following to Pipfile: requests = "*" But I want pipenv to add the latest package to Pipfile as a fixed (hard

How schedule crontab job when using pyenv and pipenv

I'm on Ubuntu 20.04, and I am having issues setting up the crontab correctly using pyenv + pipenv together. Simply adding pipenv run python script.py to the cro

How schedule crontab job when using pyenv and pipenv

I'm on Ubuntu 20.04, and I am having issues setting up the crontab correctly using pyenv + pipenv together. Simply adding pipenv run python script.py to the cro

Error: While importing 'wsgi', an ImportError was raised. Python Flask Ubuntu 20.04

I am building a backend using Python and Flask, everything worked fine, but after some updates on the Pipfile (updated some packages) I got this error when I tr

pipenv locking for NumPy fails on Python3.9 and pip21.0.1

When I try to install pandas via pipenv I get a bunch of numpy errors after the locking process. When I try to install bs4 via pipenv it works fine, but for som

I can't install jsonschema with pipenv

I am trying to install jsonschema with pipenv with the command: python3.8 -m pipenv install jsonschema or directly: pipenv install jsonschema and it returns t

Pipenv error "No Python at 'C:\Python39\python.exe' "

I installed and added Python3.9 and Pip to the PATH through the installer. python --version > Python 3.9.7 pip --version > pip 21.2.4 from C:\Users\{MyUse

pipenv: Pipfile.lock file shows different version than whats installed

I have django installed using pipenv install django I check the version of Django installed using python -m django --version 3.0.3 So its 3.0.3 I have done

PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version, has anyone seen this before

/home/user/.local/lib/python3.8/site-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be sup

Pipenv: Command Not Found

I'm new to Python development and attempting to use pipenv. I ran the command pip install pipenv, which ran successfully: ... Successfully built pipenv pathlib

pipenv `ModuleNotFoundError: No module named 'pip.basecommand`

I'm trying to create a virtual environment using pipenv. When I give the command pipenv install, I get the following error I am using pipenv==2018.6.25 Tra