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
Hello, I am running into an error when trying to install the library using 'pip install ulmo'. I'm attempting to install this in a python virtual environment, here is the error I'm recieving:
The text was updated successfully, but these errors were encountered:
There are problems when installing ulmo via pip install, though I haven't seen your particular error. See #212, especially here. For the error reported there, a solution is to pre-install setuptools with version pinning set to <58.
On the other hand, installing ulmo using conda from the conda-forge channel works well. For example:
See my comment in #212 for more details on this workaround, but I've made a pre-built wheel for suds-jurko (the package that has the error) available on GitHub. You can use pip install by installing them side-by-side.
emiliom
changed the title
Cannot install library using 'pip install ulmo'
Cannot install library using 'pip install ulmo' due to suds-surko dependency problem
Nov 8, 2023
Hello, I am running into an error when trying to install the library using 'pip install ulmo'. I'm attempting to install this in a python virtual environment, here is the error I'm recieving:
The text was updated successfully, but these errors were encountered: