-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support maison 2.0.0 #258
Labels
bug
Something isn't working
Comments
Just bumped into this too while installing on a new system. # I installed with pipx
pipx install autoimport
autoimport
# fails with:
# ImportError: cannot import name 'ProjectConfig' from 'maison.config' (/home/erb/.local/share/pipx/venvs/autoimport/lib/python3.12/site-packages/maison/config.py)
# fix
pipx inject autoimport 'maison<2' --force
autoimport
# works! |
Merged
jasha-hrp
added a commit
to Jasha10/autoimport
that referenced
this issue
Sep 17, 2024
I didn't see the prior PR but I've opened another one that address rebuilding the pdm lockfile and adds an entry to the changelog. Feel free to close it as a dupe, or whatever. #261 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It seems that the new release of
maison
is breakingautoimport
.As per https://github.com/dbatten5/maison/releases:
ProjectConfig
toUserConfig
Steps to reproduce
Current behavior
Desired behavior
No error,
autoimport
runs :)Environment
The text was updated successfully, but these errors were encountered: