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

Building on Windows #97

Open
davidrmiller opened this issue Jan 16, 2024 · 4 comments
Open

Building on Windows #97

davidrmiller opened this issue Jan 16, 2024 · 4 comments

Comments

@davidrmiller
Copy link
Owner

davidrmiller commented Jan 16, 2024

This issue is moved here from Issue #41 where @NitishDragneel wrote:

DEPRECATED: The legacy builder is deprecated and will be removed in a
future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the
docker daemon running?

this is the first issue im facing when i try to build docker with "docker
build -t biosim4 ."

@davidrmiller
Copy link
Owner Author

@NitishDragneel, I'm afraid I'm not a docker expert. Docker support was added by the community, so we'll have to appeal to the community for help. Please add information to this issue about your software environment and describe the steps you took prior to receiving this error message.

@NitishDragneel
Copy link

Hii, besides the doctor the cmake commands you mentioned in readme file working successfully... And it's still running... 2500+ generations
I actually thought after running this will become a single console program instead

@NitishDragneel
Copy link

17054361339305448190587042958823

@luiscla27
Copy link
Contributor

luiscla27 commented Sep 1, 2024

I was having externally-managed-environment errors, and so I had to replace the following instruction

RUN pip install igraph

For this one:

RUN apt-get update && apt-get install -yqq python3-igraph

I've made a PR for the fix :)
#105

Edit, I just saw that my PR was a dup, so I closed it and voted the one that's already there:
#103

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

3 participants