Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: isort issue when trying to run #283

Closed
kad99kev opened this issue Feb 10, 2023 · 1 comment · Fixed by #299
Closed

[BUG]: isort issue when trying to run #283

kad99kev opened this issue Feb 10, 2023 · 1 comment · Fixed by #299
Labels
bug Something isn't working

Comments

@kad99kev
Copy link

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] to isort to fix the error.

I can make a PR with this change if required, do let me know!

Thanks!

@kad99kev kad99kev added the bug Something isn't working label Feb 10, 2023
@AlejandroCN7
Copy link
Member

Hi @kad99kev, thank you so much for your issue!
It's fine, you can create a PR whenever you want :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants