0

**enter image description here**

This is the error caused by trying to install PyUpdater.with the pip install --upgrade PyUpdater command on Windows 10

djvg
  • 11,722
  • 5
  • 72
  • 103

1 Answers1

0

For Python 3.x use:

sudo apt-get install python3-dev
Tomerikoo
  • 18,379
  • 16
  • 47
  • 61
Elabbasy00
  • 628
  • 9
  • 21