This is the error caused by trying to install PyUpdater.with the pip install --upgrade PyUpdater
command on Windows 10
Asked
Active
Viewed 189 times
0

djvg
- 11,722
- 5
- 72
- 103

Landry Engolo
- 77
- 6
-
3Please add you errors on question not screenshots or pics. – Vahe Galstyan Oct 01 '19 at 15:08
-
You must install Microsoft Visual C++ 14.0 – Gonzalo Garcia Oct 01 '19 at 15:24
-
I have already installed Microsoft Visual C++ 16.3.2. but the problem persists – Landry Engolo Oct 02 '19 at 07:23
-
Same here, in windows and linux – Mohamed Yousof Oct 02 '19 at 17:29
1 Answers
0
For Python 3.x use:
sudo apt-get install python3-dev

Tomerikoo
- 18,379
- 16
- 47
- 61

Elabbasy00
- 628
- 9
- 21