Skip to content
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

No module name Feature from setuptools #2022

Closed
DontBe3Greedy opened this issue Mar 13, 2020 · 1 comment
Closed

No module name Feature from setuptools #2022

DontBe3Greedy opened this issue Mar 13, 2020 · 1 comment

Comments

@DontBe3Greedy
Copy link

When i try to install pyscss, it tells me no module called feature is found

ERROR: Command errored out with exit status 1: command: /srv/www/greedyguides.com/.local/share/virtualenvs/tmp-XVr6zr33/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rwtbx187/pyscss/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rwtbx187/pyscss/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-rwtbx187/pyscss/pip-egg-info cwd: /tmp/pip-install-rwtbx187/pyscss/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-rwtbx187/pyscss/setup.py", line 9, in <module> from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature' from 'setuptools' (/srv/www/greedyguides.com/.local/share/virtualenvs/tmp-XVr6zr33/lib/python3.8/site-packages/setuptools/__init__.py) ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@pganssle
Copy link
Member

This is a duplicate of #2017, this was an expected change with a long deprecation period. See the other ticket for more details. Sorry that this broke your workflow! Hopefully the ecosystem will adjust soon!

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

No branches or pull requests

2 participants