Viewing a single comment thread. View all comments

[deleted] wrote (edited )

3

raddleboy OP wrote (edited )

This didn't work, tried moving the file to dist-packages

"... do not have permissions to create it in the destination"

So i tried another way...

<div>
amnesia@amnesia:~$ torify pip install pyautogui
Collecting pyautogui
  Downloading https://files.pythonhosted.org/packages/f0/76/7a0ec1013bc3559b7438f6773cba05ffaec600b8989be2d621a144e39b50/PyAutoGUI-0.9.53.tar.gz (59kB)
    100% |████████████████████████████████| 61kB 168kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named setuptools
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-CrFG6b/pyautogui/
amnesia@amnesia:~$ torify python3 -m pip install pyautogui
Collecting pyautogui
  Using cached https://files.pythonhosted.org/packages/f0/76/7a0ec1013bc3559b7438f6773cba05ffaec600b8989be2d621a144e39b50/PyAutoGUI-0.9.53.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'setuptools'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-gh1uztw9/pyautogui/

</div>

Read the last error line. Can this error be solved?

The following were successfully installed -

scrot

python3-tk

python3-dev

python-pip

python3-pip

3