instructions for updating from Astropy 1.x to Astropy 2.x in Anaconda
See original GitHub issueI am using conda on OSX and when I follow the conda installation instructions here it seems to not update to 2 but leaves me with 1.x. See below.
I think there is some missing magic incantation needed in the docs?
http://docs.astropy.org/en/stable/install.html#anaconda-python-distribution
rgm@Richards-MBP-2(~){126}> conda update astropy
Fetching package metadata .................
Solving package specifications: .
# All requested packages already installed.
# packages in environment at /Users/rgm/anaconda2:
#
astropy 1.2.1 np111py27_0
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Installation — Astropy v5.2
Users of the Anaconda Python distribution should follow the instructions for Using Conda. To install astropy with pip, run: pip install astropy.
Read more >Installation — Astropy v1.2.dev14793
To install Astropy with pip, simply run: pip install --no-deps astropy. Warning. Users of the Anaconda python distribution should follow the instructions ......
Read more >Installation — Astropy v0.4.2
Users of the Anaconda python distribution should follow the instructions for ... Attempting to use pip to upgrade your installation of Astropy may...
Read more >AstroConda Documentation - Read the Docs
Download Anaconda (OS X users should choose the command-line installer) ... Downgrade astropy to version 1.2.1 (i.e., conda install ...
Read more >Astropy - :: Anaconda.org
To install this package run one of the following: conda install -c conda-forge astropy conda install -c "conda-forge/label/cf201901" astropy
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I guess we could create a ‘known issue’ for ‘conda won’t update astropy to the latest version’ and just say to specify the version manually to show conflict info.
This is normal conda behaviour that does affect all conda packages not at all astropy specific. I suggest to close this issue.
If you disagree please open a PR instead with the proposed piece of documentation.