I have a poetry project that is not using setuptools
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
opencv-python = "^4.7.0.68"
tensorflow-macos = "^2.11.0"
tensorflow-metal = "^0.7.0"
but I keep getting this error in pycharm. Command from screenshot:
/Users/mc/Library/Caches/pypoetry/virtualenvs/besafe-_8yAv-v6-py3.9/bin/Python /Users/mc/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/223.8214.51/PyCharm.app/Contents/plugins/python/helpers/packaging_tool.py list
It just pops up without any action from my side. It seems like PyCharm is doing some execution under the hood but I do not know what is it.
I do not understand how am I supposed to fix this?