leal26 / AeroPy

Python interface for XFOIL. The objective of this library is to be able to be able to call XFOIL from Python iteratively for any simulation in a total of 4 lines total.
MIT License
61 stars 30 forks source link

No module named 'aeropy.xfoil_module' #26

Open HANSIeltsKing opened 2 years ago

HANSIeltsKing commented 2 years ago

when i start the tutorial and put "from aeropy.xfoil_module import find_coefficients" it appears ModuleNotFoundError: No module named 'aeropy.xfoil_module' how can i solve this problem?

lumip commented 1 year ago

I was just running into the same problem when installing using pip install aeropy. That is apparently a different package with the same name. When installing from the github repository, everything worked. @HANSIeltsKing, maybe you have the same problem?