Skip to content
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

poetry unable to install hbmqtt #3649

Closed
3 tasks done
FlorianLudwig opened this issue Feb 5, 2021 · 3 comments · Fixed by #5767
Closed
3 tasks done

poetry unable to install hbmqtt #3649

FlorianLudwig opened this issue Feb 5, 2021 · 3 comments · Fixed by #5767
Assignees
Labels
kind/bug Something isn't working as expected

Comments

@FlorianLudwig
Copy link

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • OS version and name: Linux
  • Poetry version: 1.1.4
  • Link of a Gist with the contents of your pyproject.toml file:

Issue

poetry is unable to install hbmqtt.

# poetry add -vvv hbmqtt

[...]

      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "/usr/lib64/python3.9/tokenize.py", line 392, in open
          buffer = _builtin_open(filename, 'rb')
      FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-38j5rmex/setup.py'

Doing pip install hbmqtt works fine.

@FlorianLudwig FlorianLudwig added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Feb 5, 2021
@finswimmer finswimmer removed the status/triage This issue needs to be triaged label Feb 7, 2021
@finswimmer finswimmer linked a pull request Feb 7, 2021 that will close this issue
2 tasks
@finswimmer finswimmer self-assigned this Feb 7, 2021
@flyte
Copy link

flyte commented Feb 23, 2021

Thanks for issuing the PR to fix this, but in the mean time, is there a workaround available at all? I'd like to publish a new version of my project to PyPI but without changing back to using setup.py I can't.

@FlorianLudwig FlorianLudwig changed the title poetry unable to unstall hbmqtt poetry unable to install hbmqtt Feb 24, 2021
@FlorianLudwig
Copy link
Author

FlorianLudwig commented Feb 24, 2021

To be honest, I didn't spent time investigating a workaround the bug in poetry as my workaround was on the hbmqtt side - as it is not maintained anymore I mostly depend on a vendor'd-in fork in my projects. A proper fork with new package name is WIP here: https://github.com/Yakifo/aio-hbmqtt

But it is not yet released as we haven't decided on some of the hard problems (code style, package name, ......... :])

neersighted pushed a commit that referenced this issue Sep 7, 2022
Only follow and lock links for packages of type `sdist` or `bdist_wheel`
in PyPi repository.

Closes: #3649
Closes: #4903

(This is a port of #3656.)
poetry-bot bot pushed a commit that referenced this issue Sep 7, 2022
Only follow and lock links for packages of type `sdist` or `bdist_wheel`
in PyPi repository.

Closes: #3649
Closes: #4903

(This is a port of #3656.)

(cherry picked from commit a38abcf)
neersighted pushed a commit that referenced this issue Sep 7, 2022
Only follow and lock links for packages of type `sdist` or `bdist_wheel`
in PyPi repository.

Closes: #3649
Closes: #4903

(This is a port of #3656.)

(cherry picked from commit a38abcf)
Copy link

github-actions bot commented Mar 1, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
3 participants