-
Notifications
You must be signed in to change notification settings - Fork 3
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
Replace setuptools to poetry #132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my environment, I get following warning message.
(After updating poetry.lock by poetry lock --no-update
, the message disappear in my env.)
Warning: poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies. Run `poetry lock [--no-update]` to fix it.
Path /private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_6cp367xbh2/croot/python-build_1679596513195/work for build does not exist
And more, there is a following error.
Installing ruamel-yaml (0.18.4): Failed
RuntimeError
Unable to find installation candidates for ruamel-yaml (0.18.4)
Do these reproduce in your environment?
If so, I hope them to be fixed.
@ReiHashimoto |
@quanpython
|
No description provided.