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

caper init slurm not working #175

Open
mapostolides opened this issue Jul 14, 2022 · 6 comments
Open

caper init slurm not working #175

mapostolides opened this issue Jul 14, 2022 · 6 comments

Comments

@mapostolides
Copy link

ImportError: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /home/maposto/projects/rrg-hsn/maposto/miniconda3/lib/python3.9/site-packages/matplotlib/_path.cpython-39-x86_64-linux-gnu.so)

@leepc12
Copy link
Contributor

leepc12 commented Jul 14, 2022

This looks like a Conda issue. I think you have conflicts between Conda and your system's glib?

@mapostolides
Copy link
Author

Yes that could be! How do I fix it?

@leepc12
Copy link
Contributor

leepc12 commented Jul 21, 2022

Sorry I can't help you with fixing system specific Conda issues.
Please try with Singularity or Docker method.

@mapostolides
Copy link
Author

Hi, I was trying with the Singularity method, but it requires caper, which is not found within the container for some reason . Is there more documentation with how to run with Singularity?

@mapostolides
Copy link
Author

The issue I'm facing is related to the following command

$ caper init [BACKEND]

This is unrelated to which method I'm using (e.g. Singularity, etc). I can't use Singularity until the above command can be run, unfortunately.

@leepc12
Copy link
Contributor

leepc12 commented Jul 25, 2022

$ echo $PATH

Please uninstall your Conda or remove Conda's bin from your PATH and pip install caper and re-login.
You should not see (base) environment on your command prompt.

$ pip install caper
$ caper -v

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

No branches or pull requests

2 participants