-
Notifications
You must be signed in to change notification settings - Fork 182
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
Remove Feature module to match setuptools >=46.0.0 #76
Conversation
This works for me. I tested in a simple docker container. Here is the
I then ran:
Without this change, it was failing because the
|
Will this be merged to the repo? |
Maybe @agoode? |
We're currently experiencing the issue, because OpenSlides does not install on setuptools >= 46. I think this should be merged ASAP, because the installation is broken. I'm not a setuptools expert, but the PR looks good IMHO. |
Thanks for the merge! Is there any plan to release the fixes to pypi? |
Hi, Unfortunately, I've never done a pypi release. I don't know if one of the other folks could do it. |
Was there any luck in getting in touch with Benjamin? |
I'll have another shot |
Dear everyone, as a gesture of courtesy towards the community, we forked the openslide-python repo and we released it on PyPI. Please note that this is a temporary workaround to have openslide-python installable via pip without the setuptools issue. https://pypi.org/project/openslide-wrapper/1.1.2/ cc @ernestoarbitrio and @nicolebussola |
We'll get a new release out soon. |
Followup PR in #95. |
pypa/setuptools#65
pypa/setuptools#2017
openslide/openslide#287
untested