-
Notifications
You must be signed in to change notification settings - Fork 2
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
Installation issue #65
Comments
@RandomName76 Thank you for reporting the issue ! It should be resolved now. Let me know if you find any other problem. |
I'm closing this issue, feel free to reopen if you require any help @RandomName76 I've deployed a live demo of the 3d particle interaction here: https://ruicampos.org/interactive.html (may take a bit to load is quite heavy on some computers) |
Thank you for your quick reply. Indeed, I could eventually run the code. The result is cool. Unfortunately, jupyter notebooks are not great with the security software of my organization (outputs don't show up in general) and I usually go for IDE. Keep on the good work. |
Hi,
I'm really interested in using this project for 3D particle interaction.
Unfortunately, I'm having trouble to go through the installation. So I've cloned the repo and started building the docker but an error occurs at step 18/29 "python -c "import MontyCarlo"".
Here is the command prompt result:
[+] Running 1/1
! jupyter-notebook Warning manifest unknown 1.4s
2024/06/21 14:54:23 http2: server: error reading preface from client //./pipe/dockerDesktopLinuxEngine: file has already been closed
[+] Building 63.0s (22/33) docker:desktop-linux
=> [jupyter-notebook internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.33kB 0.0s
=> [jupyter-notebook internal] load metadata for docker.io/library/python:3.9.9 1.8s
=> [jupyter-notebook internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [jupyter-notebook internal] load build context 0.1s
=> => transferring context: 124.53kB 0.1s
=> [jupyter-notebook 1/29] FROM docker.io/library/python:3.9.9@sha256:dd8335df6162579adadd56ff2b9fbd61199da5405 0.0s
=> CACHED [jupyter-notebook 2/29] RUN mkdir app 0.0s
=> CACHED [jupyter-notebook 3/29] RUN /usr/local/bin/python -m pip install --upgrade pip 0.0s
=> CACHED [jupyter-notebook 4/29] RUN apt-get update && apt-get install -y python3-opencv 0.0s
=> CACHED [jupyter-notebook 5/29] RUN pip install opencv-python 0.0s
=> CACHED [jupyter-notebook 6/29] RUN pip install cython 0.0s
=> CACHED [jupyter-notebook 7/29] RUN pip install wheel 0.0s
=> CACHED [jupyter-notebook 8/29] RUN pip install setuptools 0.0s
=> CACHED [jupyter-notebook 9/29] COPY requirements.txt app 0.0s
=> CACHED [jupyter-notebook 10/29] RUN cd app && pip install -r requirements.txt 0.0s
=> [jupyter-notebook 11/29] COPY MontyCarlo app/MontyCarlo 0.9s
=> [jupyter-notebook 12/29] COPY setup_linux.py app 0.0s
=> [jupyter-notebook 13/29] COPY setup_version.py app 0.0s
=> [jupyter-notebook 14/29] COPY setup.cfg app/setup.cfg 0.0s
=> [jupyter-notebook 15/29] COPY README.md app 0.0s
=> [jupyter-notebook 16/29] WORKDIR /app 0.0s
=> [jupyter-notebook 17/29] RUN python setup_linux.py build_ext -j6 --inplace 59.1s
=> ERROR [jupyter-notebook 18/29] RUN python -c "import MontyCarlo" 1.0s
failed to solve: process "/bin/sh -c python -c "import MontyCarlo"" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered: