Unable to compile ROSCO using any of the forms here: https://rosco.readthedocs.io/en/latest/source/install.html #315
-
I am trying to get 'libDiscon.so' file by compiling myself for DTU 10MW Wind Turbine. However, I am not able to install in my Linux server properly due to following reason. I am wondering shall I downgrade any version of dependencies so that it will be able to install? Any help would be appreciated. Here are the commands I am using as mentioned in the website:
Building wheels for collected packages: rosco × Building editable for rosco (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. Here are the dependencies in rosco-env. This is just to confirm wheel is already installed latest version. Name Version Build Channel_libgcc_mutex 0.1 conda_forge conda-forge I also tried installing ROSCO using CMAKE, however, I am facing error there as well. Here it is:
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot open shared object file: No such file or directory) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It looks like the fortran compiler you are using does not like the comments in that You could try updating the The |
Beta Was this translation helpful? Give feedback.
-
Hi Paul, You will probably need to make another build directory and run Best, Dan |
Beta Was this translation helpful? Give feedback.
It looks like the fortran compiler you are using does not like the comments in that
ROSCO_Types.f90
file.You could try updating the
compilers
package from conda. GNU 4.8.5 is much older than our usual compilers.The
conda install m2w64-toolchain libpython
is for native windows, not WSL.