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

CalledProcessError when installing diffeqtorch #6

Open
Silentmoonlight opened this issue Nov 6, 2023 · 0 comments
Open

CalledProcessError when installing diffeqtorch #6

Silentmoonlight opened this issue Nov 6, 2023 · 0 comments

Comments

@Silentmoonlight
Copy link

Using
julia version 1.7.2
Python 3.8.0
when I try to install diffeqtorch by using python -c "from diffeqtorch.install import install_and_test; install_and_test()",something is wrong
Test Julia dependencies
Traceback (most recent call last):
File "", line 1, in
File "/home/zjh/anaconda/envs/py38/lib/python3.8/site-packages/diffeqtorch/install.py", line 25, in install_and_test
test_julia_deps()
File "/home/zjh/anaconda/envs/py38/lib/python3.8/site-packages/diffeqtorch/install.py", line 45, in test_julia_deps
output = subprocess.run(
File "/home/zjh/anaconda/envs/py38/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'export JULIA_PROJECT=/home/zjh/anaconda/envs/py38/lib/python3.8/site-packages/diffeqtorch/julia; julia -E 'using DifferentialEquations'' returned non-zero exit status 1.

I wonder how can I fix it.

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

No branches or pull requests

1 participant