I already have Python 3.6 (32-bit) on Windows 7. Is there a way to install Spyder without downloading Anaconda, WinPython, etc. ?
You can install Spyder with the pip package manager, which comes by default with most Python installations. Before installing Spyder itself by this method, you need to acquire the Python programming language. Then, to install Spyder and its other dependencies, run pip install spyder .
So what I am understanding is that, yes, Spyder downloads its own Python (in my case Python 3.7.
You need to run the following commands in order to install and run the Spyder3
without anaconda:
1. python -m pip install pyqt5 2. python -m pip install spyder 3. python -m pip install PyQtWebEngine 4. spyder (to launch spyder)
Package in point 3 also needs to be installed explicitly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With