MolecularAI / ReinventCommunity

MIT License
150 stars 56 forks source link

ResolvePackageNotFound #6

Closed Shiska07 closed 3 years ago

Shiska07 commented 3 years ago

I tried to create the environment using conda env create -f environment.yml

and kept getting this error: ResolvePackageNotFound:

I also tried listing the above packages under -pip: in the .yml file but I am still getting the error.

Thanks.

patronov commented 3 years ago

We updated the environment.yml to remove the build version. It should, hopefully work now. Also, please note that we are just releasing REINVENT 3.0 so this tutorial will be also migrated to work with 3.0 Make sure to check out the correct branches for both REINVENT and Reinvent Community tutorials.

MiloszGrabski commented 3 years ago

Hi, Issue still persists ...ReinventCommunity>conda env create -f environment.yml Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

Thanks

patronov commented 3 years ago

Is this under Windows or Linux?

MiloszGrabski commented 3 years ago

Hi, This is under windows Cheers

Shiska07 commented 3 years ago

@MiloszGrabski I was previously trying to run it on windows and issue still persisted but I switched to Linux and it's working fine so far.

patronov commented 3 years ago

Most of the repositories under MolecularAI are developed for Linux and havent been tested for Windows. Even if you set the environment to run under Windows there is a chance that something else within the code may misbehave. The simplest solution would be to use Linux if possible.