You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Development Server fails to load because zope.interface can't be installed.
Browser/system information
Linux Mint 19.2 Tina
pyenv 1.2.17-2-ga8ca63fc
Additional details
zope.interface can't be installed because Feature can't be imported from setuptools:
from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature'
This is because Feature has been removed from setuptools from version 46.
zope.interface removed deprecated use of Features from version 4.7.2, but version is pinned to 4.3.2 in requirements.txt.
Changing pinned version of zope.interface to 4.7.2 or higher in requirements.txt seems to fix the problem.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
make dev
to start the Development ServerExpected behaviour
The Development Server is started successfully.
Actual behaviour
The Development Server fails to load because zope.interface can't be installed.
Browser/system information
Linux Mint 19.2 Tina
pyenv 1.2.17-2-ga8ca63fc
Additional details
zope.interface can't be installed because Feature can't be imported from setuptools:
This is because Feature has been removed from setuptools from version 46.
zope.interface removed deprecated use of Features from version 4.7.2, but version is pinned to 4.3.2 in requirements.txt.
Changing pinned version of zope.interface to 4.7.2 or higher in requirements.txt seems to fix the problem.
The text was updated successfully, but these errors were encountered: