question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

installing nornir branches requires poetry, which may be a problem

See original GitHub issue

Poetry may be harder to install in production systems while at the same time users may need to make use of development branches to satisfy their needs while the work is done upstream to integrate their changes.

A way of removing poetry as a dependency would be to combine poetry with a setup.py file instead of using the pyproject.toml file. This way poetry could still be used for our build pipeline (main use) while allowing users to install it directly with pip.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
optiz0rcommented, Feb 26, 2019

As also commented in #326 ,

python -m pip install --user poetry
poetry install

Is indeed doing the trick, and poetry continues working after the first run. This resolves this issue from my perspective.

0reactions
dbarrosopcommented, Feb 28, 2019

Awesome, glad to see it was easier than expected 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why can't I install a Python package with the ... - Stack Overflow
It would make my Poetry project's Python version match the Python requirement of the dependency exactly. I found that if I changed my...
Read more >
nornir-hier-config - Python Package Health Analysis - Snyk
Hier Config is a python library to build remediation steps in CLI format after evaluating a running configuration to an intended configuration.
Read more >
Version 1.4 - Nautobot Documentation
The next and develop branches introduced conflicting migration numbers during the release cycle. This necessitates reordering the migration in next . If you ......
Read more >
[Example code]-the correct way to use nornir plugins
First, check the version of nornir you are using. If version > 2.4.0 then module nornir.plugins.tasks.commands is not there. You can remove the...
Read more >
Chapter 10 - Midtown - Stray Wiki Guide - IGN
You can hop onto the counter and into the room behind the ... you'll find the robot in question passed out on a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found