You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am trying to add the plugin to poetry, but it fails mid installation with the following error:
This looks to me as if pypoetry uses pycparser as well, so you can't install it again...? The issue could also be that it is already installed as dependency:
Any idea how this problem could be resolved?
The text was updated successfully, but these errors were encountered:
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):
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.
Hi!
I am trying to add the plugin to poetry, but it fails mid installation with the following error:
This looks to me as if pypoetry uses pycparser as well, so you can't install it again...? The issue could also be that it is already installed as dependency:
Any idea how this problem could be resolved?
The text was updated successfully, but these errors were encountered: