-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install OpenMDAO 0.10.3.2 #83
Comments
Hi, did you fix the problem?
But I have installed numpy(1.16.5) and scipy(0.17.1). |
No, I gave up, this project seem to be abandoned. I converted some stuff I was interested in to Matlab. |
hi all, |
Hi Zahle,
Yes, I installed a old version just for learning , but the fusedwind is worth to keep also, but it still depending on openmdao old version, luckly the Topfarm is updated to 2.x
Regards,
.
Michael
发件人: Frederik Zahle <[email protected]>
发送时间: 2019年10月8日 21:55
收件人: FUSED-Wind/fusedwind <[email protected]>
抄送: Subscribed <[email protected]>
主题: Re: [FUSED-Wind/fusedwind] Cannot install OpenMDAO 0.10.3.2 (#83)
hi all,
indeed this project is no longer being developed, since it depends on a now legacy version of OpenMDAO. Depending on what you want to use the code for, there are related projects done by DTU and NREL that I can point you to. Let me know what your uses of it are.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#83?email_source=notifications&email_token=AGMTMG6QZPV6Q7FD3EKPQW3QNSGJ5A5CNFSM4GTAV5IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAUH7ZQ#issuecomment-539525094>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGMTMGZVRZIZ6XTYDZEZE7TQNSGJ5ANCNFSM4GTAV5IA>.
|
Hi
I installed it 2 years ago, it must be lower lever version, some of pkgs need build from source because they are too old, openmdao must be 0.1.13 I remember, python 2.7….
Hopefully helpful,
Michael zhang
发件人: YuhaoLi2333 <[email protected]>
发送时间: 2019年10月8日 21:43
收件人: FUSED-Wind/fusedwind <[email protected]>
抄送: Subscribed <[email protected]>
主题: Re: [FUSED-Wind/fusedwind] Cannot install OpenMDAO 0.10.3.2 (#83)
Hi, did you fix the problem?
I get the similar error information:
ERROR: the following prerequisites could not be imported: ['numpy', 'scipy>=0.11.0', 'scipy>=0.11.0'].
These must be installed in the system level python before installing OpenMDAO.
To run a limited version of OpenMDAO without the prerequisites, try 'python go-openmdao-0.10.3.2.py --noprereqs'
But I have installed numpy(1.16.5) and scipy(0.17.1).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#83?email_source=notifications&email_token=AGMTMGZCHEYDQV2BECQCVNTQNSE7XA5CNFSM4GTAV5IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAUGXWA#issuecomment-539519960>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGMTMGY5ZRLQMBYB6QPABLLQNSE7XANCNFSM4GTAV5IA>.
|
I would like to have a go using FUSED-Wind but am finding it impossible to install OpenMDAO 0.10.3.2 (which seems to now be a rather ancient version). On Ubuntu 18.04 if I follow the instructions, i.e.:
Then run
I first got an error like this:
I realised this was because the specified version of numpy is too new, so I tried modifying go-openmdao-dev.py so that it specified
numpy==1.15.4
, but I then get an error like:Can you advise on how to work around this so I can install FUSED-Wind?
The text was updated successfully, but these errors were encountered: