-
Notifications
You must be signed in to change notification settings - Fork 1
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
Problems in installing banana with poetry #27
Comments
Can you please give the exact error? and there is no "mark" in banana - so I'm guessing you were trying to install in eko? |
@alecandido: the last true commit to main was db3b106 which should have run However, the command succeeds ... |
Wait a moment @felixhekhorn This a solved problem, @niclaurenti told me and I provided a work around. It is already documented in Pendulum, and it's coming (through Poetry) directly from |
However, let's go in order. The problemThe problem arise (at least for fresh environment, Python 3.10) when you try to install
The explanationIt is a known problem, due to the presence of a system installation of an old version of setuptools, that is not updated by Poetry (not managed by it in the first place), but used to build packages the moment a user-side build is needed (because no suitable wheel is available). Reference issue in Pendulum: sdispater/pendulum#619 referring pypa/pip#6264 (comment) The workaroundAs found in sdispater/pendulum#619 (comment) it is sufficient to run: poetry run pip install setuptools==62.4.0 before the incriminated |
I had problems during the installation of banana with
poetry
:when I run the
poetry install
command it crashes on the installation ofpendulum
.For the moment I solved it running
The text was updated successfully, but these errors were encountered: