You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get some troubles about missing packages. With install --verbose i see the reason, e.g.:
Ignoring beautiful-barcode: markers 'python_version >= "3.6" and python_full_version < "4.0.0"' don't match your environment
Ignoring beautifulsoup4: markers 'python_full_version >= "3.6.0"' don't match your environment
Ignoring charset-normalizer: markers 'python_full_version >= "3.7.0"' don't match your environment
Ignoring flake8: markers 'python_full_version >= "3.8.1"' don't match your environment
Ignoring isort: markers 'python_full_version >= "3.8.0"' don't match your environment
I have Python 3.11, so these "doesn't match" is wrong.
But it depend on which Python i really have installed!
Currently i use LinuxMint and there is only Python 3.11.0~rc1-1~22.04 and i get the errors. I thought it was because it was only an RC version. So i used ppa:deadsnakes/ppa to get a newer Python 3.11 Version and it's currently 3.11.5
The boring thing about the PPA Version: It doesn't provide pip/ensurepip ... So i have to bootstrap via get-pip.py, install pipenv and the wrong matching is away...
But the get-pip.py solution is boring. So i decided to deinstall the PPA version and install Python 3.11 from source... I get:
I get some troubles about missing packages. With
install --verbose
i see the reason, e.g.:I have Python 3.11, so these "doesn't match" is wrong.
But it depend on which Python i really have installed!
Currently i use LinuxMint and there is only Python 3.11.0~rc1-1~22.04 and i get the errors. I thought it was because it was only an RC version. So i used ppa:deadsnakes/ppa to get a newer Python 3.11 Version and it's currently 3.11.5
The boring thing about the PPA Version: It doesn't provide pip/ensurepip ... So i have to bootstrap via get-pip.py, install pipenv and the wrong matching is away...
But the
get-pip.py
solution is boring. So i decided to deinstall the PPA version and install Python 3.11 from source... I get:and now i have the wrong matching errors back :(
tl;td;
I seems it doesn't depends on pipenv and pip Version: I tried some downgrades from pipenv 2023.10.3 and pip 23.2.1 without success.
$ pipenv --support
Pipenv version:
'2023.10.3'
Pipenv location:
'/home/jens/.local/pipx/venvs/pipenv/lib/python3.11/site-packages/pipenv'
Python location:
'/home/jens/.local/pipx/venvs/pipenv/bin/python'
OS Name:
'posix'
User pip version:
'23.2.1'
user Python installations found:
PEP 508 Information:
The text was updated successfully, but these errors were encountered: