Skip to content

Conversation

@caleb15
Copy link

@caleb15 caleb15 commented Apr 5, 2022

Fixes clearbit#34
Credit to @timbedard

I decided to create our own fork of clearbit because we have another fix to apply after this as well.

Fixes clearbit#34
Credit to @timbedard
packages=['clearbit', 'clearbit.enrichment'],
package_data={'clearbit': ['../VERSION']},
install_requires=install_requires,
use_2to3=True,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: I guess this could be the reason why the imports didn't work

Long details:
So the from prospector import Prospector would work perfectly fine in python2.* environment, because imports work differently there and it would actually import the module
The reason it worked within python3 as well, was this line, since it most probably converted the imports or adopted them to py3
Again just wanted to leave it for the info, it will be fixed anyways with #2

@caleb15 caleb15 merged commit 91740b4 into master Apr 6, 2022
@caleb15 caleb15 deleted the fix_setuptools_install_error branch April 6, 2022 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clearbit fails to install with setuptools 58.*

3 participants