Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Anaconda - keep the Editors like VScode up to date

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
User avatar
say_hello
Posts: 36
Joined: 2019-10-13 09:58

Anaconda - keep the Editors like VScode up to date

#1 Post by say_hello »

hello dear Debian-experts,

good day - hope that everything is all right and your hopetown is dealing well with the pandemic-situation.


the topic of today: Conda / Anaconda - keep the Editors (VScode, Spyder) up to date


after having VSCode and Python on my mx-linux for more than a year - ( with several issues with environemts pypenv pyenv and all that things ) - i have choosen Anaconda. This is awesome - since i get rid of all the dependencies - (hell).


now - i run Aanconda - a older version - since i have installed this some months ago


Spyder: version 4.0
VSCode: 1.52.xy
Python 3.8.2


i want to update the parts of Anaconda manually - not the whole stuff:

i found a good source: https://stackoverflow.com/questions/451 ... e-anaconda

and here i do som manual updates for the


Spyder: version 4.0
VSCode: 1.52.xy
Python 3.8.2

Code: Select all

$ 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

## Package Plan ##

  environment location: /home/martin/anaconda3

  added / updated specs:
    - spyder


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    backports.functools_lru_cache-1.6.4|     pyhd3eb1b0_0           9 KB
    backports.tempfile-1.0     |     pyhd3eb1b0_1          11 KB
    conda-4.10.1               |   py37h06a4308_1         2.9 MB
    conda-package-handling-1.7.3|   py37h27cfd23_1         881 KB
    ------------------------------------------------------------
                                           Total:         3.7 MB

The following packages will be UPDATED:

  backports.functoo~                             1.6.1-py_0 --> 1.6.4-pyhd3eb1b0_0
  conda                                        4.8.2-py37_0 --> 4.10.1-py37h06a4308_1
  conda-package-han~                   1.6.0-py37h7b6447c_0 --> 1.7.3-py37h27cfd23_1

The following packages will be DOWNGRADED:

  backports.tempfile                               1.0-py_1 --> 1.0-pyhd3eb1b0_1


Proceed ([y]/n)? 

Downloading and Extracting Packages
backports.tempfile-1 | 11 KB     | ############################################################################ | 100% 
conda-4.10.1         | 2.9 MB    | ############################################################################ | 100% 
conda-package-handli | 881 KB    | ############################################################################ | 100% 
backports.functools_ | 9 KB      | ############################################################################ | 100% 
Preparing transaction: done
Verifying transaction: done
but that is pretty useless - the newest version of Spyder is 5.00

how to get this version!?

love to hear from you


update:

Code: Select all

(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.
well - i want to get Spder 5.0 - but this seems to be not possible due to the commands in terminal

User avatar
sunrat
Administrator
Administrator
Posts: 6412
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 462 times

Re: Anaconda - keep the Editors like VScode up to date

#2 Post by sunrat »

You should direct questions about MX Linux to the MX Linux forums. They do a lot of things differently from Debian and have many packages in their own repositories..
https://forum.mxlinux.org
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
say_hello
Posts: 36
Joined: 2019-10-13 09:58

Re: Anaconda - keep the Editors like VScode up to date

#3 Post by say_hello »

hello and good evening

many thanks - for the quck reply happy to hear from you.

youre right - i will do as advciced

many thanks

have a great day

Post Reply