
- Anaconda pyqt downgraded install#
- Anaconda pyqt downgraded update#
Ready for hello instrument (in a console window)Ĭopy this into the file and save it import visa
After that double click any *.py file to run it. Right click hello.py and select open with. To launch console python programs with python.py Input() # keep the window open until user presses a key Ready for hello world (in a console window)Ĭopy the following python code into the file and save it print("Hello World")# first program To remove conda-forge as a channel conda config -remove channels conda-forge To add conda-forge as a high priority channel instead of lower priority, use conda config -add channels conda-forge Anaconda pyqt downgraded install#
Some useful Conda Commands: conda install (we used this in the last section)įor completeness, I list these two commands.
Anaconda pyqt downgraded update#
conda update anaconda (good way to update packages) Then install the packages that we need: conda install python=3.5 (we need to downgrade for pyVisa)Ĭonda install pefile (used by pyinstaller)Ĭonda install pyinstaller (useful for distribution)Ĭonda install pyVisa (to control instruments)Ĭonda list (summary of current installation)Ĭonda keeps track of all installed packages, and also does its best to ensure compatible versions of each package are being used.Ĭonda is also used to update to the latest version of packages. conda config –append channels conda-forge This channel has some addtional libraries that we will be using.
Or go to the start menu and type CMD into the search boxĪdd Conda-Forge as a lower priority channel. Or go in window bar (where the path is) and type cmd. Shift – Click in the white space of a folder and you can open command prompt here. Open a command window in the current folder
Do Register Anaconda as the system Python 3.6. Do add Anaconda to the system path variable. I selected C:\Anaconda3 as the install path. The recommended visa is from National Instruments. In order to use pyVisa, you need to install the same bitness of VISA and Anaconda. You will have a choice of 32 bit or 64 bit. And also includes QT5 with pyQT version 5.3.6. Install the latest version of Anaconda3 (currently version 4.3.1)