How to install GNU Radio Companion on Windows 10 [SOLVED] 'pip' is not recognized HD

02.08.2020
First Download GNURadio Components MWK from this link : Components: https://drive.google.com/file/d/1E-fl3C55wpAZyqESjt1S5UyDY5Q_1sy2/view GNU radio companion: http://www.gcndevelopment.com/gnuradio/downloads.htm after that unzip it uxing .7z tool or any unzip tool , after that follow this : 1. install : vc_redist.x86.exe 2. install python : python-2.7.15.amd64.msi and make it install for all users 3. now you need to check your environment variables in your pc by right click in your pc icon then click in properties then click in advance system settings then click in Environment Variable then down in system variable box lock at Path and double click on it then you need to check if paython path added ,,,, if not you need to add these : click on new to add them like this : look at your payhon in c directory and copy its location then add it like this : C:Python27 and add another one : C:Python27Scripts then click ok and exit 4. now we need to install pip by going to google then right in search : get pip , then go to first link i install pip 20.0.2 , now download get-pip.py by right click on it and save link as then save it to desktop now open command prompt in window by start then type cmd and open it then check first if the python works by typing in terminal : python now you should see python version and data about it .. so its works ... now you need to type crtl+z to go back to command prompt now we need to install the file we download in desktop by typing this : first change directory to Desktop (were is my file download) by : cd Desktop now type this to install it : python get-pip.py now wait until install complete . now exit and go back to main gnuraio components and now we need to install all other tools step by step like this : we need to install now all (.whl) files : 5. install lxml-3.5.0-cp27-cp27m-win_amd64.Release.whl you need to install it by changing the directory in cmd to the gnuradio components folder . for me its located in Desktop so in cmd terminal type : cd C:UsersMWKDesktopGNURadio Components MWK now after im in the folder directory and now i will install the component .whl file by this command : pip install lxml-3.5.0-cp27-cp27m-win_amd64.Release.whl after finish installing now continue with these files : 6. pip install numpy-1.10.4-cp27-cp27m-win_amd64.ReleaseDLL.whl 7. pip install PyQt4-4.11.4-cp27-cp27m-win_amd64.whl 8. PyQwt-5.2.1.win-amd64.ReleaseDLL.exe (normal installation) 9. pip install Cheetah-2.4.4-cp27-cp27m-win_amd64.ReleaseDLL.whl 10. pip install PyOpenGL-3.1.0-py2-none-any.whl 11. pip install pygtk-2.22.0-cp27-none-win_amd64.whl 12. gtk2-runtime-2.24.10-2012-10-10-ash.exe (normal installation) 13. pip install wx-3.0-cp27-none-win_amd64.ReleaseDLL.whl 14. wxPython-common-3.0.2.0.win-amd64.ReleaseDLL.exe (normal installation) 15. uhd_3.9.6-release_x64_VS2015.exe (normall installation) and install for all users 16. now install GNURadio : this version works correctly wi

Похожие видео