peterdsharpe / AeroSandbox

Aircraft design optimization made fast through modern automatic differentiation. Composable analysis tools for aerodynamics, propulsion, structures, trajectory design, and much more.
https://peterdsharpe.github.io/AeroSandbox/
MIT License
687 stars 111 forks source link

4h installing and it keeps going #72

Closed dgo2001 closed 2 years ago

dgo2001 commented 2 years ago

Bug Description

pip seems to be installing ALL the versions of every dependency needed for aerosandbox I have tried both on win10 latest and on ubuntu 20.04.

INFO: pip is looking at multiple versions of six to determine which version is compatible with other requirements. This could take a while. Collecting six>=1.5

It shows that message with every dependency, and it is taking forever to install. pip suggests this:

INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking

Steps to Reproduce

pip install aerosandbox[full]

Expected Behavior

System Information

Other Information

peterdsharpe commented 2 years ago

Hmmm - strange!

Can you confirm that this issue is isolated to aerosandbox? And, can you confirm that you are on the latest version of pip (do pip install --upgrade pip if not)?

For example, do the following commands work?

Assuming your pip is up-to-date and the problem is indeed limited to aerosandbox, please paste the full pip stack trace here! (No need to run it for 4 hours again - just the first 5 minutes or so is fine.)

peterdsharpe commented 2 years ago

Closing, in the absence of any updates.