Open jIskCoder opened 10 months ago
Hi,
Sorry for the late response! I guess we should also update the environment.yml and not just refer to the OpenFold GitHub. What were the simtk errors? I only remember changes with the openmm 8.0. You could try to remove the dlloger line from environment.yml and try to install it separately.
Unfortunately I didnt note the errors. but from memory, I had to change the import statement in the code but then keys in a dictionary were missing and comparing the openfold code in this repo with the latest openfold code I found that it was different.
Yeah, changing the imports is expected for the newer version. They changed the module structure simtk.openmm has to be changed to openmm. Curious to know what keys were missing in what dictionary. Did this error occur during relaxation?
I have been trying to install virtual env using environment.yml
And get the following error:
When I installed OpenFold from the OpenFold GitHub, I got errors due to deprecated simtk version.