pip install netifaces gives me an error (windows 10)

4k views Asked by At

I try to install netifaces package but I recieve an error as below: enter image description here

I searched the internet including this site, and founded some solutions that didn't work for me, like this one, this and this.

As the sites recommended I double checked the path is correct, you can see the path here: enter image description here

I cleared the anaconda cache by enter command (in cmd):

conda clean --all

I even tried to use PyCharm but since the installation failed I can't use the netifaces...

WTF i'm missing?

* EDIT *

I did a virtual env by the instructions on uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/… like @Azeem suggested and got the following error: error pip-install

I have connda V. 4.7.12

1

There are 1 answers

0
Eitan On

I found a solution: 1. uninstall anacaonda and python 2. restart (just to be sure) 3. install anaconda in a diffrent directory that is not hidden, and WITH the option "Add anaconda to the system path environment variale"

I don't know what helped, It's logic that the "add to path" helped.