I want to try the pynput module, but it failed to work not giving me an error. I try to find the pynput module and when I pip install my terminal says that it is in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages. However I did not have a Frameworks folder in my library folder. I have looked everywhere and it does not exist. Any ideas what is happening?
Asked
Active
Viewed 522 times
2
-
I feel you're not looking into the right ```library``` folder. Did you try: Right click on Finder -> ```Go to Folder``` and enter ```/Library``` – Alexander B. Mar 02 '22 at 20:34
-
Yes on the desktop page I just click go, and then Library. If it helps that is the one with the roman building logo with application support. – George Davis-Diver Mar 03 '22 at 14:33
-
1In your terminal - type ```where python```. It will probably return path with Frameworks. Then copy that path and type ```ls -l
```. If it tells you - no such folder/file - then you probably messed up with your system and python should not work at all. – Alexander B. Mar 03 '22 at 16:50