-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Development installation of the main
GitHub brunch fails: pip install git+https://github.com/StochasticTree/stochtree.git
It looks like th libeigen/eigen
dependency is the culprit somehow.
I tried also cloning the repo locally and installing that and I get to the same issue.
The pushed package installation (i.e. pip install stochtree) doesn’t throw any errors though: pip install stochtree
Here are the error logs I am getting:
Collecting git+https://github.com/StochasticTree/stochtree.git
Cloning https://github.com/StochasticTree/stochtree.git to /tmp/pip-req-build-0kiizflb
Running command git clone --filter=blob:none --quiet https://github.com/StochasticTree/stochtree.git /tmp/pip-req-build-0kiizflb
Resolved https://github.com/StochasticTree/stochtree.git to commit f33c099cf14ed0642514a76d545bd386334d736e
Running command git submodule update --init --recursive -q
fatal: unable to access 'https://gitlab.com/libeigen/eigen/': Operation timed out after 300037 milliseconds with 0 out of 0 bytes received
fatal: clone of 'https://gitlab.com/libeigen/eigen' into submodule path '/tmp/pip-req-build-0kiizflb/deps/eigen' failed
Failed to clone 'deps/eigen'. Retry scheduled
fatal: unable to access 'https://gitlab.com/libeigen/eigen/': Operation timed out after 300000 milliseconds with 0 out of 0 bytes received
fatal: clone of 'https://gitlab.com/libeigen/eigen' into submodule path '/tmp/pip-req-build-0kiizflb/deps/eigen' failed
Failed to clone 'deps/eigen' a second time, aborting
error: subprocess-exited-with-error
× git submodule update --init --recursive -q did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git submodule update --init --recursive -q did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed