-
Hi, I am building a Poetry project with crowdstrike-falconpy as a dependency. When I try to import from falconpy I get the following error:
Snippet from my pyproject.toml:
I am currently using latest version of PyCharm. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That's interesting. (And another strange PyCharm warning.)
The package name happened when a community member decided to deploy a version of FalconPy on their own early last year. (Deployed a repo, then imported this repo's "noinspection" / "ignore" does not feel like the right way to go unless there are no other options. I'll try to recreate this to hunt down another solution. |
Beta Was this translation helpful? Give feedback.
-
Hi @morcef! I was able to recreate this issue, and as of yet have not found a viable solution outside of telling PyCharm to ignore the warning. I played around with generating the requirements.txt (both using poetry and the IDE) and then running installation to my virtual environment to no avail. Even though the requirement is definitely installed, PyCharm still throws the warning. I'll keep poking around as I review our other PyCharm related warnings, but this appears to be possibly related to a bug within PyCharm itself. |
Beta Was this translation helpful? Give feedback.
Hi @morcef!
I was able to recreate this issue, and as of yet have not found a viable solution outside of telling PyCharm to ignore the warning.
I played around with generating the requirements.txt (both using poetry and the IDE) and then running installation to my virtual environment to no avail. Even though the requirement is definitely installed, PyCharm still throws the warning.
I'll keep poking around as I review our other PyCharm related warnings, but this appears to be possibly related to a bug within PyCharm itself.