-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
(🐞) Unable to install pyrfc with poetry 1.2 #6261
Comments
Hello @KotlinIsland, not sure why it looks like poetry 1.1.15 can install There is no wheel file for linux systems, so the package has to build from the fin swimmer |
@finswimmer Thanks, I've raised it with pyrfc. I do know for certain that it was not installed previously. Is this something you would be interested in investigating? FROM python
#RUN curl -sSL https://install.python-poetry.org | python3.10 - --version 1.2.0rc2
RUN curl -sSL https://install.python-poetry.org | python3.10 - --version 1.1.15
ENV PATH=$PATH:/root/.local/bin
COPY pyproject.toml .
RUN poetry install This doesn't install all the way, due to |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
Sorry, I really have no idea whats going on here, it installs fine with 1.1.15 and with pip, but when I use poetry 1.2 it fails.
Here is the relevant part of the pyrfc's setup.py
The text was updated successfully, but these errors were encountered: