PyCharm inspection warns "package requirements ... are not satisied" when using requirements.txt and docker interpreter
I am using a requirements.txt file which contains the dependency packages and versions. I also use a Docker based Python interpreter.
Everything works fine, except PyCharm complains that the dependencies in requirements.txt are not installed while they ARE installed in the Docker interpreter. is there a way to let PyCharm know it needs to inspect the docker image to know these dependencies are not missing in the development environment?

Please sign in to leave a comment.
Please try File | Invalidate Caches with all options toggled and check if the issue persists after restart.
If it doesn't help, please collect PyCharm logs with Help | Collect Logs and Diagnostic Data, upload it here: https://uploads.services.jetbrains.com/ and tell us the upload ID.
Thanks Danill, invalidating cache solved the problem.