Open braceyourself opened 4 years ago
As a fix to something in 1.0 that threw this error:
File "/tmp/pip-build-wng88gqh/MarkupSafe/setup.py", line 6, in from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature'
This fixed the docker build error for me.
As a fix to something in 1.0 that threw this error:
File "/tmp/pip-build-wng88gqh/MarkupSafe/setup.py", line 6, in
from setuptools import setup, Extension, Feature
ImportError: cannot import name 'Feature'