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
Whenever I would try to run an experiment, I would get the error:
pkg_resources.UnknownExtra: isort 5.12.0 has no such extra feature 'pipfile_deprecated_finder'
I have described the issue more in depth on the isort repository. The solution is to simply change isort[requirements_deprecated_finder,pipfile_deprecated_finder] to isort to fix the error.
I can make a PR with this change if required, do let me know!
Thanks!
The text was updated successfully, but these errors were encountered:
Bug 🐛
Hello!
Whenever I would try to run an experiment, I would get the error:
pkg_resources.UnknownExtra: isort 5.12.0 has no such extra feature 'pipfile_deprecated_finder'
I have described the issue more in depth on the isort repository. The solution is to simply change
isort[requirements_deprecated_finder,pipfile_deprecated_finder]
toisort
to fix the error.I can make a PR with this change if required, do let me know!
Thanks!
The text was updated successfully, but these errors were encountered: