You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build the docker container an error appears:
> [10/21] RUN /utils/install_cplex.sh:
#14 0.481 /bin/sh: 1: /utils/install_cplex.sh: not found
------
executor failed running [/bin/sh -c /utils/install_cplex.sh]: exit code: 127
There seems to be a utils/install_cplex.sh file. I have also put the necessary files in the solvers folder. Maybe it has something to do with me using Windows?
The text was updated successfully, but these errors were encountered:
I don't really know what that means :) But I think the problem is that Windows uses backslashes for paths. I installed all the dependencies and pyTFA using Anaconda and it seems to work fine. However, a similar thing happens in the tutorials, where the paths use forward slashes. It can be fixed by using Path() before all the path strings.
Hello.
When trying to build the docker container an error appears:
There seems to be a utils/install_cplex.sh file. I have also put the necessary files in the solvers folder. Maybe it has something to do with me using Windows?
The text was updated successfully, but these errors were encountered: