Skip to content
New issue

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

PYTHONPATH breaks pip installation #611

Open
parfeniukink opened this issue Dec 28, 2022 · 2 comments
Open

PYTHONPATH breaks pip installation #611

parfeniukink opened this issue Dec 28, 2022 · 2 comments

Comments

@parfeniukink
Copy link

It is impossible to install the package via any dependency-manager (pipenv, poetry, ...) if the PYTHONPATH is adjusted.
Alacritty 2022-12-28

Device info:
Chip: M1
OS: MacOS Ventura 13.1

@mrybczynski
Copy link

mrybczynski commented May 1, 2023

same here - x86_64 linux, pipenv, PYTHONPATH=src breaks install, unsetting PYTHONPATH fixes.

@mrybczynski
Copy link

mrybczynski commented May 2, 2023

On x86 -
pip install future==0.18.2 fails

pip install future==0.18.3 works

pipenv install future fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants