-
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 from setup.py #80
Comments
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 |
I made a patch in a repository I cloned manually, before realizing that there was already an openslide-python repo on github. It works for me, but I don't really understand what Feature was used for. I hope my change didn't break anything else. Should I try to submit a pull request with my patch? |
Related MR: #76. |
I think this is what was causing me to get the ImportError: cannot import name 'Feature' from 'setuptools' error when installing openslide-python. |
Hello friends! I have a colleague who ran into the same set of issues here. I do see that the source code on the latest |
Hello! I'm just an occasional contributor and don't have merge or release rights for this repo. @bgilbert is listed as maintainer on https://pypi.org/project/openslide-python/ and hopefully can make a release soon! |
This is pretty old for a really minor issue that totally blocks most new installs. @bgilbert can we get a release to fix this, or add more maintainers to this repo? |
Yup, we'll get a new release out soon. |
OpenSlide Python 1.1.2 has been released with a fix for this issue. Thanks for your patience and persistence, all. |
Hi,
from setuptools 46.0,
Feature
support was completely removed: pypa/setuptools@c719690 and pypa/setuptools#1979.There are some
Feature
usages in this module:openslide-python/setup.py
Line 2 in 8e2c948
openslide-python/setup.py
Line 19 in 8e2c948
So suppose these should be removed. Thanks.
The text was updated successfully, but these errors were encountered: