GithubHelp home page GithubHelp logo

Comments (8)

tpiekarski avatar tpiekarski commented on May 20, 2024 1

Too bad that this series do not explain how to setup a launch.json for being able to debug Python apps in Visual Studio Code. So far I have been unable to setup one. Would be grateful for a fourth part of this series explaining how to debug apps which are using poetry :)

from comments_merken.

wilfredinni avatar wilfredinni commented on May 20, 2024 1

@tpiekarski that is actually a very good idea... I may write something this weekend if I find the time

from comments_merken.

tpiekarski avatar tpiekarski commented on May 20, 2024 1

Glad to hear that, but be aware of that it seems not to be so straight forward. But you would be the first one writing about it. Looking forward to read a new fourth part of your series.

from comments_merken.

vaMuchenje avatar vaMuchenje commented on May 20, 2024

I'm getting a ModuleNotFoundError: No module named 'pendulum' error when i try to do from how_long import timer

from comments_merken.

wilfredinni avatar wilfredinni commented on May 20, 2024

Try 'poetry install' or 'poetry add pendulum' @vaMuchenje

from comments_merken.

 avatar commented on May 20, 2024

Is there a way to publish to https://test.pypi.org/ - to avoid spaming pypi.org?

from comments_merken.

wilfredinni avatar wilfredinni commented on May 20, 2024

Is there a way to publish to https://test.pypi.org/ - to avoid spaming pypi.org?

@testautomation yes, you have to add the repository yourself:

$ poetry config repositories.testpypi https://test.pypi.org/legacy

and then

$ poetry publish -r testpypi

from comments_merken.

 avatar commented on May 20, 2024

@wilfredinni a follow up question:

When I run poetry publish -r restpypi I get this error

[KeyRingError]
Unable to retrieve the password for poetry-repository-pypi from the key ring

Also I can't find poetry's config file where I may have to add my testpypi credentials(?)

from comments_merken.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.