I was trying to install the Adafruit_Python_MPR121 Library in my venv folder, but it always installed it into the global dist-packages and I cannot access them from my venv. I cannot use --site-packages because I need some local packages in the env.
Does someone know a solution for it?