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

pip install -r requirements.txt crashes due to pathlib on python 3.10.2 #447

Closed
lazakoa opened this issue Feb 7, 2022 · 1 comment · Fixed by #448
Closed

pip install -r requirements.txt crashes due to pathlib on python 3.10.2 #447

lazakoa opened this issue Feb 7, 2022 · 1 comment · Fixed by #448
Labels

Comments

@lazakoa
Copy link

lazakoa commented Feb 7, 2022

pathlib=1.0.1 can't be imported with pip on python 3.10.2

I think it's only being kept around for python 2 compatibility since the code works after removing that import statement. The import looks to be failing due to a upstream issue. pathlib was last updated in 2014.

pip version is 21.3.1

@gleitz
Copy link
Owner

gleitz commented Feb 8, 2022

Thx for the report! Updated to work with 3.10.

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

Successfully merging a pull request may close this issue.

2 participants