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.

Poetry 1.0.6 raises TypeError

See original GitHub issue

I am using the new Poetry that was released 6 minutes ago (1.0.6).

It gives me the following output on my repo:

Installing dependencies from lock file
[TypeError] 
_execute_setup() missing 1 required positional argument: 'self'

Poetry 1.0.5 works.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
sdispatercommented, Jun 5, 2020

Version1.0.7 has just been released!

2reactions
sdispatercommented, Jun 5, 2020

I know where the issue is coming from. I’ll fix it and make a new release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

History | Poetry - Python dependency management and ...
ParseConstraintError is now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514).
Read more >
Poetry already added module, but not installed - Stack Overflow
After poetry install and open python, I found I could import some ... 70│ 71│ if not links: → 72│ raise RuntimeError( 73│...
Read more >
Dependency Management With Python Poetry
A dependency manager like Python Poetry helps you specify, install, and resolve external packages in your projects.
Read more >
snowflake-connector-python - PyPI
Fixed a bug where errors raised during get_results_from_sfqid() were missing errno ... Fixed TypeError: list indices must be integers or slices, not str....
Read more >
A modern set-up for Python package development
Dependency Management (and much more) with Poetry; Quality Assurance: black, mypy, pylint, ... raise TypeError("index should be a pandas.
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