Skip to content
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

Problem with installation #53

Open
norle opened this issue Feb 3, 2022 · 2 comments
Open

Problem with installation #53

norle opened this issue Feb 3, 2022 · 2 comments

Comments

@norle
Copy link

norle commented Feb 3, 2022

Hello.

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?

@psalvy
Copy link
Member

psalvy commented Feb 3, 2022

Good day Reinis,
Thanks for using our package! Could it be that the volume is not mounted properly ?
Cheers,
Pierre

@norle
Copy link
Author

norle commented Feb 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants