-
Notifications
You must be signed in to change notification settings - Fork 33
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
Installing into a conda virtual environment #10
Comments
Hey Brad, thanks for the information and for pointing out the inconsistency in Unfortunately the GuacaMol baselines predate the availability of Moses on PyPi but a preliminary search suggests that using As you also point out, there are a number of dependencies whose versions have drifted, particularly |
Hi Joshua, I appreciate the comments. I'll give that Moses branch a try and stay tuned for updates to the GuacaMol repo. |
Hey @breisfeld, the installation issues should be resolved by #14. Thanks for raising |
For those people interested in installing the package into a conda virtual environment, I was successful using the following:
The
requirements.txt
file in the repo seems incorrect.I changed
git+https://github.com/molecularsets/moses.git@master#egg=moses
togit+https://github.com/molecularsets/moses.git@master#egg=molsets
Also, the version of
numpy
needs to be updated because of thetensorflow
requirements. The finalrequirements.txt
file looked likeAfter installing
git-lfs
, I then installed the other required packages:The text was updated successfully, but these errors were encountered: