Kronuz/pyScss

Setuptools `Features` is removed from v.46.0.0

gmelikov opened this issue ยท 9 comments

https://github.com/pypa/setuptools/blob/master/CHANGES.rst#v4600

So this project can't be installed with latest setuptools.

Encountered this problem when setting up DevStack and pyScss is a dependency, install process broken.

hrw commented

Horizon uses it.

Horizon downstream bug reported: https://bugs.launchpad.net/horizon/+bug/1866961

If someone wants to start devstack - hotfix is:

echo 'setuptools<46.0.0' >> /opt/stack/requirements/upper-constraints.txt
hrw commented

#386 should solve problem

e0ne commented

I'm working on fork to get everything working https://github.com/e0ne/pyScss

Even with this modification, during devstack install, it outputs
AttributeError: 'Distribution' object has no attribute 'with_speedups'

hrw commented

@tinchoa grab @e0ne's fork. Simple as that.

e0ne commented

@hrw I'm still working to publish pyScss2 to pypi