Jump to content

Conda Update Spyder Vs. Pip-Methods : Some Basic Decisions


dil_bert

Recommended Posts

hello dear all 

conda update spyder vs. pip-methods : some basic decisions 

i run Anaconda on MX-Linux and i love it.  
btw; my python version is python 3.8.4 
my spyder is 4.0.1
vsCode 1.52.1 


i want to update all these
how can i do this!? 

note: see the spyder.-man.-pages for some details: 

https://docs.spyder-ide.org/5/installation.html


While this installation method is a viable option for experienced users, installing Spyder (and other PyData-stack packages) with pip can lead to a number of tricky issues. While you are welcome to try this on your own, we unfortunately do not have the resources to help you if you do run into problems, except to recommend you use Anaconda instead.

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.

You’ll first want to create and activate a virtual environment in which to install Spyder, via one of the following methods.

With virtualenvwrapper:

mkvirtualenv spyder-env
workon spyder-env

Otherwise, on macOS/Linux/Unix:

python3 -m venv spyder-env
source spyder-env/bin/activate


	(base) martin@mx:~
$ conda update spyder
Collecting package metadata (current_repodata.json): done
Solving environment: - 
	Updating spyder is constricted by 
	anaconda -> requires spyder==4.0.1=py37_0
	If you are sure you want an update of your package either try `conda update --all` or install a specific version of the package you want using `conda install <pkg>=<version>`
	done
	# All requested packages already installed.
	(base) martin@mx:~
$ conda install spyder 5.00
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
	PackagesNotFoundError: The following packages are not available from current channels:
	  - 5.00
	Current channels:
	  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch
	To search for alternate channels that may provide the conda package you're
looking for, navigate to
	    https://anaconda.org
	and use the search bar at the top of the page.
	
(base) martin@mx:~
$ conda update spyder
Collecting package metadata (current_repodata.json): done
Solving environment: - 
	Updating spyder is constricted by 
	anaconda -> requires spyder==4.0.1=py37_0
	If you are sure you want an update of your package either try `conda update --all` or install a specific version of the package you want using `conda install <pkg>=<version>`
	done
	

well - while doint the update - i got into abortion....see 

https://pastebin.com/bB16kKJp

Link to comment
Share on other sites

  • 3 weeks later...

 

Philwiss 

we follow you whereever  you are.

 

all of the folks here should know that you are a user from Linuxquestions.org  - and they hate you over there: Your have not many friends over there. They know who you are. 

 

 

lets have a closer look at your fancy funny and dull postings:

 

and at your terrible habits -  and the user at Linuxquestions-they know him very well:  they have beaten him  - they do not like him over there. in Fact: they call him what he is:  a troll with ugly nasty habbits. 


see ugly minded troll at linuxquestion. They treat him as a ugly Troll - see the threads

https://www.linuxquestions.org/questions/linux-newbie-8/help-me-4175623526/page2.html
https://www.linuxquestions.org/questions/linux-server-73/how-to-disable-directory-listing-for-specific-directories-in-apache-4175685395/page2.html
https://www.linuxquestions.org/questions/linux-newbie-8/linux-shell-script-content-4175687413/page2.html
https://www.linuxquestions.org/questions/linux-desktop-74/difficulties-w-19-1-a-4175647896/

and so forth 

poor guy - tbone... your lost now. ;) we know you and we follow you 
 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.