-
Notifications
You must be signed in to change notification settings - Fork 192
[BUG] Does not install with setuptools >= 58.0.0 due to suds-jurko dependency #135
Comments
+1, this has forced us to pin our setuptool version to 57.5.0 |
+1. This issue has us stuck, as we are using a different package that automatically forces us to use the latest setuptools as its own dependency. Please consider replacing the dependency to suds-bis (pypa/setuptools#2784 as provided by jaraco) |
Running into the same issue, please consider switching to https://github.com/suds-community/suds |
For anyone who is also waiting on a fix. We ended up forking this repo and making the change for suds-community in the requirements.txt. Then in our own requirements.txt for our project we added our forked version of the fuel sdk by overriding the dependency. https://pip.pypa.io/en/stable/user_guide/#requirements-files
e.g. from our requirements.txt |
Are there any plans to implement this fix into the actual repo soon? |
Is there any hope of this getting fixed, or has Salesforce abandoned this project totally? |
suds-jurko==0.6 (which this package depends on) does not install with setuptools >= 58.0.0. Since virtualenv installs the most recent setuptools by default, this de facto means that Salesforce-FuelSDK cannot be installed in a fresh env without further workarounds.
Note that is still works if the suds-jurko wheel is already in the pip package cache.
The text was updated successfully, but these errors were encountered: