-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing the sdk with the latest setuptools version: 61.0.0 #303
Comments
Same, using an older version of setuptools works fine. For version 61.0.0, seems like this can be fixed by updating the
|
facing the same issue here |
Same issue here too |
There is issue that has been reported in github setuptools, |
Running |
Any updates on this? |
@bb-Ricardo Thanks, |
Describe the bug
I get an error message while installing the sdk:
pip3 installs the latest version of setuptools 61.0.0
When i hardcode the setuptools version to 60.10.0, the installation is no problem.
Reproduction steps
Expected behavior
Install the sdk without any problems like in the past
Additional context
The latest setuptools version 61.0.0 seems to have a problem with the package.
The text was updated successfully, but these errors were encountered: