Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get pyflakes to run on Windows?

Having trouble getting pyflakes to run on windows.

On Windows there is no apt install , so... what to do?

like image 525
Cheeso Avatar asked Dec 13 '22 00:12

Cheeso


2 Answers

Maybe this question is a bit old, because running "pip install pyflakes" worked flawlessly on Windows to me...

like image 191
MarioVilas Avatar answered Dec 21 '22 13:12

MarioVilas


Get the windows base package from Christoph Gohlke's excellent windows package repository. It includes pyflakes.

like image 34
Burhan Khalid Avatar answered Dec 21 '22 12:12

Burhan Khalid