pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
If a dependency requires a newer Python version than configured in the current Pipfile, then pipenv fails to install the depencencys - which is totally fine - but didn't give...
### Issue description I have a Pipfile to which I added a 2nd `[[Sources]]` section in order to pull in some of Intel's MKL packages. Even when explicitly marking all...
When i run `pipenv shell` i get the following warning/error? **pipenv shell** ``` /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 1.1build1 is an invalid version and will not be supported in a future release warnings.warn(...
### The issue I'm trying to fix https://github.com/pypa/pipenv/issues/4371. I think it's better to consider 2 cases below: - Installing from Pipfile. - Installing from provided packages (the issue itself). ###...
Pipfile: ``` [[source]] url = "https://pypi.tuna.tsinghua.edu.cn/simple/" verify_ssl = true name = "pypi" [packages] pyconcorde = {editable = true,git = "https://github.com/jvkersch/pyconcorde"} [requires] python_version = "3.9" ``` ### infomation: ``` Locking [dev-packages]...
### Issue description Im on a freshly installed PopOS with python 3.10.4 installed. Every time i run pipenv shell or anything related it has error `Traceback (most recent call last):...
This is built in `functool.cached_property` since Python 3.8 and is redefined in many places we can import from without fearing it will be removed: ``` $ git grep -r "class...
### Issue description I have a project is using python 3.8 and run at alpine 3.13 by docker. On each release it builds a new docker image and packages like...
### Is your feature request related to a problem? Please describe. I have a pipenv for my project, using Python version X. I want to move my project to Python...
I reported this bug about pipenv behaving non-deterministically a while ago: https://github.com/pypa/pipenv/issues/4967. [@matteius](https://github.com/pypa/pipenv/issues/4967#issuecomment-1104663451) and [I](https://github.com/pypa/pipenv/issues/4967#issuecomment-1112793695) both thought that it was fixed by upgrading to a vendored pip 22.x, but I...