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.

Support multiple sources

See original GitHub issue

poetry only searches one source added in the tool.poetry.source section, is there a way to allow adding multiple sources?

Issue Analytics

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

github_iconTop GitHub Comments

29reactions
davegallantcommented, Oct 29, 2018

is there any way to use different PyPIs for different packages?

3reactions
MaT1g3Rcommented, Jun 15, 2018

I’m using poetry 0.10.3, running poetry add pyside2 results in

[ValueError]
No package named "pyside2"

using this pyproject file:

[[tool.poetry.source]]
name = 'default'
url = 'https://pypi.org/'

[[tool.poetry.source]]
name = 'qt'
url = 'http://download.qt.io/snapshots/ci/pyside/5.11/latest/'

[tool.poetry.dependencies]
python = ">=3.6"
toml = "^0.9.4"
requests = "^2.18"
python-mpv = "^0.3.8"

[tool.poetry.dev-dependencies]
pytest = ">=3.5"
flake8 = "^3.5"
Read more comments on GitHub >

github_iconTop Results From Across the Web

Proposal: support multiple sources for an Application ... - GitHub
Currently, an Application supports a single ApplicationSource. In some scenario it would be useful to support more than one source.
Read more >
Multi-Source Syncing - Overview - Airtable Support
Multi -source sync allows you to bring information from multiple sources into a single, centralized destination table.
Read more >
Support for multiple Source Systems | Voters - HelloID - Canny
Provide the ability to support multiple source systems. It's not uncommon for an organization to have multiple sources for their data.
Read more >
How to Use Information from Multiple Sources in an Essay
How do you balance multiple sources in your research and findings? ... and found experts in the field that support your point of...
Read more >
Multiple Data Source Support - MicroStrategy
With this feature, you can connect a project to multiple relational data sources. This allows you to integrate all your information from various...
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