To expand on juanpa.arrivillaga‘s comment:
If you want to update Spyder in the root environment, then conda update spyder
works for me.
If you want to update Spyder for a virtual environment you have created (e.g., for a different version of Python), then conda update -n $ENV_NAME spyder
where $ENV_NAME
is your environment name.
EDIT: In case conda update spyder
isn’t working, this post indicates you might need to run conda update anaconda
before updating spyder. Also note that you can specify an exact spyder version if you want.
Related Posts:
- Python Pandas – Missing required dependencies [‘numpy’] 1
- Anaconda Navigator won’t launch (windows 10)
- Spyder Not Launching
- ImportError: No module named ‘google’
- Installation of pygame with Anaconda
- A very basic setting issue about spyder and anaconda for python
- Cannot remove entries from nonexistent file
- TypeError: ‘int’ object is not subscriptable
- pip not recognised as an internal or external command
- ‘Syntax Error: invalid syntax’ for no apparent reason
- How do I update Anaconda?
- TypeError: ‘int’ object is not callable
- TypeError: ‘int’ object is not callable
- TypeError: ‘int’ object is not callable
- No module named ‘sklearn.cross_validation’
- Cannot find module cv2 when using OpenCV
- Conda command not found
- How is Anaconda related to Python?
- difference between command prompt and anaconda prompt
- Cannot find module cv2 when using OpenCV
- Conda command not found
- Confusion between Python and Anaconda
- Python ‘If not’ syntax [duplicate]
- RuntimeWarning: invalid value encountered in divide
- Converting dictionary to JSON
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- WinError 2 The system cannot find the file specified (Python)
- IndexError: tuple index out of range —– Python
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- ‘Conda’ is not recognized as internal or external command
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- anaconda update all possible packages?
- TypeError: cannot perform reduce with flexible type
- Could not find a version that satisfies the requirement tensorflow
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- ‘Conda’ is not recognized as internal or external command
- Could not find a version that satisfies the requirement tensorflow
- Local variable referenced before assignment?
- ln (Natural Log) in Python
- ModuleNotFoundError: No module named ‘sklearn’
- Anaconda vs. miniconda
- ImportError: numpy.core.multiarray failed to import
- Python Traceback (most recent call last)
- How to activate an Anaconda environment
- Unable to plot Double Bar, Bar plot using pyplot for ndarray
- How to pip or easy_install tkinter on Windows
- ModuleNotFoundError: No module named ‘sklearn’
- Conda uninstall one package and one package only
- Cannot find module cv2 when using OpenCV
- Convert list to tuple in Python
- ImportError: numpy.core.multiarray failed to import
- anaconda – path environment variable in windows
- How to remove \xa0 from string in Python?
- What is the meaning of [:] in python [duplicate]
- Why are Python’s ‘private’ methods not actually private?
- How do I install Python OpenCV through Conda?
- How to remove anaconda from windows completely?
- Remove list from list in Python
- What is the difference between Spyder and Jupyter?
- How to create a new text file using Python
- How to run Conda?
- Trouble updating to Anaconda Navigator 1.10.0 (MacOS)
- TypeError: write() argument must be str, not bytes (Python 3 vs Python 2 )
- What is the difference between Anaconda and Pycharm?
- python socket.error: [Errno 98] Address already in use
- How to import files in python using sys.path.append?
- How can I upgrade NumPy?
- Spyder Python “object arrays are currently not supported”
- How do I install the yaml package for Python?
- Check string “None” or “not” in Python 2.7
- Installing tensorflow with anaconda in windows
- Cannot uninstall Tensorflow
- Change figure size and figure format in matplotlib
- anaconda/conda – install a specific package version
- how does \r (carriage return) work in Python
- What is Python buffer type for?
- AttributeError(“‘str’ object has no attribute ‘read'”)
- IndexError: index 1 is out of bounds for axis 0 with size 1/ForwardEuler
- Python Save to file
- Add list to set?
- Create 3D array using Python
- TypeError: unsupported operand type(s) for -: ‘list’ and ‘list’
- ImportError: No module named scipy
- AttributeError: ‘datetime’ module has no attribute ‘strptime’
- Using Pip to install packages to Anaconda Environment
- Python add item to the tuple
- How can I rename a conda environment?
- Can’t open Jupyter notebook with Anaconda
- Checking whether pip is installed?
- How to install xgboost in Anaconda Python (Windows platform)?
- Converting binary to decimal integer output
- Decoding UTF-8 strings in Python
- How can I read pdf in python?
- No module named setuptools
- ‘Jupyter’ is not recognized as an internal or external command
- How can I download Anaconda for python 3.6
- How to have an array of arrays in Python
- ValueError: unsupported pickle protocol: 3, python2 pickle can not load the file dumped by python 3 pickle?
- ValueError: unsupported pickle protocol: 3, python2 pickle can not load the file dumped by python 3 pickle?