Not possible to install backoff from source distribution
See original GitHub issueHi,
with a switch to poetry it is not possible to install backoff using pip from source distribution.
$ pip install backoff --no-binary :all:
I reported the issue to poetry (https://github.com/sdispater/poetry/issues/760), but I thought it would make also sense to report it here. Read issue on poetry for longer version of the problem.
Would it be possible to switch back to setup.py
? For now I’m pinning to older version of backoff. In any case thank you for your work and time.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:15 (7 by maintainers)
Top Results From Across the Web
backoff - PyPI
It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs....
Read more >JDBC Source Connector Configuration Properties
Backoff time in milliseconds between connection attempts. ... For example, a NUMERIC(20) type with precision 20 would not be able to fit in...
Read more >Kubernetes ErrImagePull and ImagePullBackOff in detail
Pod statuses like ImagePullBackOff or ErrImagePull are common when working with ... Pull: download an image to use it in a container.
Read more >Configuration | Grafana Loki documentation
Some values may not be relevant to your install, this is expected as every ... of 511.5s(8.5m) before logs are lost backoff_config: #...
Read more >Building resilient azure functions with retry policies - Medium
Retry Policy for service bus triggers does not increment max delivery count with its ... First, function runtime will try 5 times with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Are there any plans to address this? My team as well as others at the company are pinning to 1.6.0 as our build process requires installing dependencies from source
Closing, as this seems to work fine now.