bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
Apache License 2.0
6.38k stars 388 forks source link

Fix Pypy Build #236

Closed alan-barzilay closed 3 years ago

alan-barzilay commented 3 years ago

Closes #235 I believe the pypy build, for some reason, was using older versions of our dependencies during its build process which caused it to fail. By upgrading pypy to pypy3, travis started using python 3 instead of 2.7 and pip 20 instead of 19 (like all other successfull builds). Somehow this fixed our issues, but it is important to note that neither the python nor the pip versions where responsible for the issue as noted in #235. I still don't know what exactly caused this, maybe upgrading the version of wheels in requirements.txt could also solve the problem, but at this point this is all speculation.