davidrmiller / biosim4

Biological evolution simulator
Other
3.18k stars 452 forks source link

Building on Windows #97

Open davidrmiller opened 8 months ago

davidrmiller commented 8 months ago

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 commented 8 months ago

@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 commented 8 months ago

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 commented 8 months ago

17054361339305448190587042958823

luiscla27 commented 1 month ago

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 :) ~https://github.com/davidrmiller/biosim4/pull/105~

Edit, I just saw that my PR was a dup, so I closed it and voted the one that's already there: https://github.com/davidrmiller/biosim4/pull/103