-
Notifications
You must be signed in to change notification settings - Fork 98
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
Full ROSCO installation - --compile-rosco BUG #166
Comments
Thanks! I'll keep this open until we incorporate these nice tips into our docs. Dan |
Addressed in #167 |
conda env config vars set FC=gfortran |
Hi all,
I have been using ROSCO v2.4.1 for a while, and tried to install the latest version. Following the docs, I have done two little workarounds that may be useful (or require minor code fixing).
The first one has been mentioned in some conversations (#121).
conda install -y wisdem
seems to install an older version of wisdem, andconda install wisdem=3.5.0
seems to fix this.The second, as far as I know, is not known.
python setup.py install --compile-rosco
raises an error, being the most relevant information:For me, declaring the env variable inside the conda env to "gfortran" solved the issue
I hope this is useful!
The text was updated successfully, but these errors were encountered: