i always installed my packages with "Python Packages", but now i want to install camelot-py and unfortunately this doesnt work well. I read that one has to install it with "pip install camelot-py[cv]" so i wrote this in my cmd and the package was installed. But it still gives me an error:
ModuleNotFoundError: No module named 'camelot'
Does anyone have an idea how to fix it?