'how to fix error during installation of PyUpdater

**enter image description here**

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



Solution 1:[1]

For Python 3.x use:

sudo apt-get install python3-dev

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Tomerikoo