Reputation: 27
I tried installing clipboard on the Pyto IOS app and got the error. Is there any way to fix this problem?
Upvotes: 0
Views: 8525
Reputation: 170
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:
Upvotes: 0