-
Notifications
You must be signed in to change notification settings - Fork 122
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
build fails to install Poetry #570
Comments
Please try the FreeBSD bug tracker, forum, Discord or IRC channel; they'll be better positioned to help. |
|
So if I unpack the Poetry 1.3.2 sdist and run |
I'm afraid the problem lies elsewhere. |
The correct venue to report this is https://bugs.freebsd.org; the issue lies in the FreeBSD port. |
Weird things happen. When the build is done in poetry-1.3.2 - the resulting wheel is ok. Here is the script that reproduces it:
Output with USE_WORK=yes:
Output with USE_WORK=no:
|
Are you git ignoring "work" or something? |
Why |
There is no git - this is from the tarball. -n is just a flag that the ports framework uses. I don't know why. Resulting wheel is different - this is the problem. |
Nevertheless, layday's guess sounds good. If you're working anywhere near a .gitignore that might see |
That was it, thanks. Thank you for your help! |
FYI python-poetry/poetry-core#611 should fix this. |
Once poetry is installed it fails to find some other components:
Only one executable 'poetry' is installed, and no any additional Python modules.
All poetry's dependencies are satisfied.
The poetry upstream says that the installation is broken.
build-0.9.0
poetry-1.3.2
Python-3.9
FreeBSD 13.1
Installed from the FreeBSD port https://cgit.freebsd.org/ports/tree/devel/poetry
The text was updated successfully, but these errors were encountered: