Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Conversation

@ltvolks
Copy link
Collaborator

@ltvolks ltvolks commented Jan 15, 2021

Python 3.9
Virtualenv

Received this error trying to install dependencies in a local virtualenv created via pipenv:

ImportError: cannot import name 'Feature' from 'setuptools'

Setuptools 46 introduced a breaking change and removed Feature support
pypa/setuptools#1979

Fixed in pallets/markupsafe#24

ImportError: cannot import name 'Feature' from 'setuptools'

Setuptools 46 introduced a breaking change and removed Feature support
pypa/setuptools#1979

Fixed in pallets/markupsafe#24
Copy link
Contributor

@catlook catlook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ltvolks ltvolks merged commit c240628 into rackerlabs:master Jan 19, 2021
@ltvolks ltvolks deleted the ltvolks/upgrade-markupsafe branch January 19, 2021 19:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants