heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
206 stars 157 forks source link

PyPi Package is not up to date #68

Closed brosenqui closed 5 years ago

brosenqui commented 5 years ago

@lambacck

I've been trying to use the salesforce-bulkipy library but have only run into errors when running it under a 3.5 environment. I cant create issues under the project directly so im doing it here

I've checked out the source that gets pulled into my environment from the pip install command but it is using different source from what's specified here. Specifically, it's missing all the python 3.x support it seems.

See Python logs for details

If i execute the same script under a 2.7 environment, it works. I stumbled onto it when i had to make some of the same changes that were performed on the real master branch and noticed the versions were different. I was thinking of making a PR for them anyways but it seems i should have gotten the changes in the first place.

lambacck commented 5 years ago

https://pypi.org/project/salesforce-bulk/ is version 2.1.0 which is the current version in git here. Based on your log you are specifying salesforce-bulkipy==1.0 which is a different forked project.