You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in using espaloma, but I am having trouble with the installation step. I do not have an NVIDIA GPU, so I get a conflict related to the (non-existant) CUDA installation.
`UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
espaloma -> pytorch -> __cuda[version='>=11.8']
`
I have a cpu-compatible version of PyTorch in my environment, but I still get the unresolvable conflict. Any suggestions? I simply want to use the pre-trained model to get parameters in an .xml format.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I'm interested in using espaloma, but I am having trouble with the installation step. I do not have an NVIDIA GPU, so I get a conflict related to the (non-existant) CUDA installation.
`UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
espaloma -> pytorch -> __cuda[version='>=11.8']
`
I have a cpu-compatible version of PyTorch in my environment, but I still get the unresolvable conflict. Any suggestions? I simply want to use the pre-trained model to get parameters in an .xml format.
Many Thanks!
Beta Was this translation helpful? Give feedback.
All reactions