-
Hello Kevin, this is Alouette. I encounter some dependency issues when trying to install the alpha version on the server. I tried to fix a few on my own but am quite stuck on this step. Here is my code:
And the error file is attached. By loading rust and installing cbindgen, I was able to reach [2%] in the wheel (error log line 237 ). I don't know if the error is caused by the cbindgen or something else in the environment. I would greatly appreciate your help. Thank you so much in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
Aha. I think I have a goof -- can you |
Beta Was this translation helpful? Give feedback.
-
What version of python3 is on your server? |
Beta Was this translation helpful? Give feedback.
-
It's Python 3.8.10, trying the wheel command now |
Beta Was this translation helpful? Give feedback.
-
Tried installing wheel, but the same issue came up. Here are some links to the documentation: I am on Narval, and using StdEnv/2020. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Those links don't tell me what version of python you have -- can you please find that out and report back? I have a feeling that it is older than the minimum version needed by fwdpy11, else pip should find the wheel. |
Beta Was this translation helpful? Give feedback.
-
I see from your build error log that you have python3.8, which is the minimum supported. There are 2 things to try:
Important for option 2:
For all options: be sure your venv is sourced! |
Beta Was this translation helpful? Give feedback.
-
I think that this discussion may be moot? I recently release 0.19.1 and bioconda builds are available for that. Additionally, Docker/podman/singularity are always alternatives to conda for HPC deployment. I plan to write more about that in the docs. There is already a section covering the basics. |
Beta Was this translation helpful? Give feedback.
I think that this discussion may be moot? I recently release 0.19.1 and bioconda builds are available for that. Additionally, Docker/podman/singularity are always alternatives to conda for HPC deployment. I plan to write more about that in the docs. There is already a section covering the basics.