I tried installing clipboard on the Pyto IOS app and got the error. Is there any way to fix this problem?
Asked
Active
Viewed 4,257 times
1 Answers
0
According to different responses, the error usually is because setuptools is not installed or updated. Install it:
python3 -m pip install --upgrade pip setuptools wheel
Seen in these responses:
If is not solved, are you installing this? I would try installing the required libraries separately:
- The only requeriment for that library seems to be pyperclip. Try to install it first.

Asi
- 170
- 2
- 10