Download Issue

27 views
Skip to first unread message

Aryan Verma

unread,
Jan 12, 2025, 3:28:53 PMJan 12
to SUAVE FORUM
Hi Emilio, 

I have been trying to install SUAVE for using it on my google colab notebook. I am able to install it, but when I try to import something from SUAVE.Core or SUAVE.Components, it says that the module is not found. The following is my code for installation. 

%cd SUAVE/trunk/
!ls /content/SUAVE/SUAVE
!pip list


!pip install -r /content/SUAVE/requirements.txt


!python3 setup.py install
import sys
sys.path.append('/content/SUAVE')
import SUAVE
from SUAVE.Core import Units
from SUAVE.Components import Wings, Fuselages, Propulsors I wonder if this is a common error. Please let me know if you know of a possible reason for why this is happening and how it could be fixed. Thank you. Kind regards,
Aryan

Grant Hiller

unread,
Jan 13, 2025, 2:03:13 AMJan 13
to SUAVE FORUM
Propulsors aren't a component module. Remove "Propulsors" and it should work...

Reply all
Reply to author
Forward
0 new messages