We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is impossible to install the package via any dependency-manager (pipenv, poetry, ...) if the PYTHONPATH is adjusted.
PYTHONPATH
Device info: Chip: M1 OS: MacOS Ventura 13.1
The text was updated successfully, but these errors were encountered:
same here - x86_64 linux, pipenv, PYTHONPATH=src breaks install, unsetting PYTHONPATH fixes.
Sorry, something went wrong.
On x86 - pip install future==0.18.2 fails
pip install future==0.18.2 fails
pip install future==0.18.3 works
pipenv install future fails
No branches or pull requests
It is impossible to install the package via any dependency-manager (pipenv, poetry, ...) if the
PYTHONPATH
is adjusted.Device info:
Chip: M1
OS: MacOS Ventura 13.1
The text was updated successfully, but these errors were encountered: