![]() |
Need help installing infoblox-client on Windows 10 - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Need help installing infoblox-client on Windows 10 (/thread-32810.html) |
Need help installing infoblox-client on Windows 10 - dazmac10 - Mar-07-2021 Can't install infoblox-client on Windows 10 I am using python 3.9.2 with pip 20 Ran the following command in cmd prompt pip install infoblox-client Getting this error message Running setup.py install for netifaces ... error RE: Need help installing infoblox-client on Windows 10 - snippsat - Mar-07-2021 From Gohlke downloads and install netifaces. So if i have Python 3.9(64-bit version),then it look like this. (info_env) E:\div_code\new\info_env λ pip install netifaces-0.10.9-cp39-cp39-win_amd64.whl Processing e:\div_code\new\info_env\netifaces-0.10.9-cp39-cp39-win_amd64.whl Installing collected packages: netifaces Successfully installed netifaces-0.10.9Then install as before again pip install infoblox-client
|