I finally found the issue. PyCharm is running my project in a virtual environment. I copied all the files from \AppData\Local\Programs\Python\Python310\Lib\site-packages to \PycharmProjects\MyProject\venv\Lib\site-packages Hopefully this solution will help others who run into the same issue in the future.
... View more