Git Product home page Git Product logo

Comments (2)

NeffIsBack avatar NeffIsBack commented on June 11, 2024 1

The last bullet point was a good hint! I originally installed poetry with apt and probably therefore pycparser was installed with another package before. Installing it with pipx worked fine and now i can install the plugin. Thanks for the help!
I was running py3.11.8 on kali.

from poetry-dynamic-versioning.

mtkennerly avatar mtkennerly commented on June 11, 2024

Hi! I'm not sure why that's happening, but I can try to help narrow it down. Some questions:

  • What version of Python are you using?
  • What version of Poetry are you using?
  • What OS/distro are you using?
  • How did you install Poetry?

Based on the python3/dist-packages path, I'm assuming you installed Poetry via your system package manager. Is that right? I know Poetry can be a bit finicky if it's not installed in an isolated venv. The first thing I'd suggest trying is uninstall Poetry, then use pipx to install it in isolation (which is also the main recommendation in the Poetry docs):

pipx install poetry
pipx inject poetry "poetry-dynamic-versioning[plugin]"

from poetry-dynamic-versioning.

Related Issues (20)

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.