We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
datapipes
As in the heading, I have found that installation of this environment:
mamba install -y -c conda-forge openff-toolkit openmm openmmtools rdkit==2024.3.4 dgl espaloma_charge
Install a new version of torchdata, which then does not allow this module to be imported due to the loss of the datapipes module.
torchdata
I see that there is a plan to update this module to newer versions, this could be something to consider. Or, am I doing something wrong?
My current solution is to pin the version of torchdata.
The text was updated successfully, but these errors were encountered:
This may be a "I am using a machine without a GPU issue", but ultimately mamba struggled to solve this until using:
mamba install -y -c conda-forge pytorch==2.3.1 torchdata==0.7.1 openff-toolkit openmm openmmtools rdkit==2024.3.4 dgl espaloma_charge
Sorry, something went wrong.
No branches or pull requests
As in the heading, I have found that installation of this environment:
Install a new version of
torchdata
, which then does not allow this module to be imported due to the loss of thedatapipes
module.I see that there is a plan to update this module to newer versions, this could be something to consider. Or, am I doing something wrong?
My current solution is to pin the version of
torchdata
.The text was updated successfully, but these errors were encountered: