yangkevin2 / coronavirus_data

81 stars 31 forks source link

Error Building SciPy #7

Closed daverdude closed 3 years ago

daverdude commented 3 years ago

I have been using chemprop since early last year and recently had to rebuild the program, but I have continuously been met with an error while building the wheels for SciPy (Error with PEP 517). Not sure if the dependencies listed in the requirements txt file are outdated, but I have not been able to solve this issue.

yangkevin2 commented 3 years ago

Did you mean to post this issue to the chemprop repo https://github.com/chemprop/chemprop?

Anyway, if you still have your old installation, maybe you could run pip freeze on the old version and check your package versions compared to your new installation; maybe an update to one of the required packages broke something? You could also try going back to an older commit of chemprop to see if the issue is with chemprop itself, but the former problem seems more likely to me from your description.

daverdude commented 3 years ago

Yeah, I definitely meant to put this on the actual chemprop hub! I think python 3.9 might have broken the installation, so I’ll downgrade to 3.7 or 3.8 to see if that helps! Thanks for the reply!

On Jan 8, 2021, at 4:07 PM, Kevin Yang notifications@github.com wrote:

 Did you mean to post this issue to the chemprop repo https://github.com/chemprop/chemprop?

Anyway, if you still have your old installation, maybe you could run pip freeze on the old version and check your package versions compared to your new installation; maybe an update to one of the required packages broke something? You could also try going back to an older commit of chemprop to see if the issue is with chemprop itself, but the former problem seems more likely to me from your description.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.