gleitz / howdoi

instant coding answers via the command line
http://blog.gleitzman.com/post/43330157197/howdoi-instant-coding-answers-via-the-command-line
MIT License
10.56k stars 867 forks source link

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

Closed lazakoa closed 2 years ago

lazakoa commented 2 years ago

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 commented 2 years ago

Thx for the report! Updated to work with 3.10.