ml-jku / clamp

Code for the paper Enhancing Activity Prediction Models in Drug Discovery with the Ability to Understand Human Language
https://arxiv.org/abs/2303.03363
Other
86 stars 6 forks source link

Add missing CLIP package to `env.yml` #9

Closed mario-sanz closed 2 weeks ago

mario-sanz commented 1 month ago

This PR addresses an issue where the code fails to run after installation using the provided conda environment file (env.yml). Specifically, the error encountered is:

ModuleNotFoundError: No module named 'clip'

This error occurs because the clip package is not listed in the pip dependencies of the env.yml file. To resolve this issue, I've added the missing clip package to the pip dependencies of the env.yml file. The added clip package is the same as in the setup.py script for installation.

phseidl commented 2 weeks ago

thanks, forgott it in the env.yml; at least I put it in the setup.py ;)