insilichem / pychimera

Use UCSF Chimera Python API in a standard interpreter
http://pychimera.readthedocs.io
GNU Lesser General Public License v3.0
57 stars 10 forks source link

pcre==8.39 not available anymore #17

Closed vicruiser closed 3 years ago

vicruiser commented 3 years ago

Hi, I'm trying to satisfy pychimera dependency by installing pcre 8.39 but it seems it's not available in public repositories anymore. Is there any workaround for this?.

Thanks

jaimergp commented 3 years ago

conda-forge has it!

conda install -c conda-forge pcre=8.39
vicruiser commented 3 years ago

Perfect, thanks! I didn't know about this. It works perfectly now :)