volkamerlab / opencadd

A Python library for structural cheminformatics
https://opencadd.readthedocs.io
MIT License
89 stars 18 forks source link

Specific OpenCadd package and environment creation link #83

Closed Carlbullish closed 2 years ago

Carlbullish commented 2 years ago

Hi guy! Great work with the repository. I get this error when i try to create the opencadd environment following the install steps i got from here:

https://opencadd.readthedocs.io/en/latest/installing.html

(base) C:\Users\QUE>conda env create -n opencadd -f opencadd/devtools/conda-envs/test_env.yaml Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

As a learning user though, i get confused on which of the repositories to use in my jupyter notebook and google colab is it

https://github.com/volkamerlab/opencadd/archive/master.tar.gz or https://github.com/volkamerlab/opencadd#opencadd

I hope the question doesn't sound too naive :)

jaimergp commented 2 years ago

I am afraid these dependencies are only available on Linux and, by the looks of your prompt (C:\Users), you are running Windows? I used to work on Windows, but I did have WSL2 (the Ubuntu layer) installed. That should work!

dominiquesydow commented 2 years ago

Closing this issue since related to https://github.com/volkamerlab/opencadd/issues/11.