I got stuck installing Anaconda 4.3.0 which became Python 3.6

Anaconda 4.3.0 was released on January 31, 2017, so I installed it immediately.

environment

Featured update

It immediately supports Python 3.6, which was just released on December 23, 2016. Note that the root environment has been changed to Python 3.6.

The point I got stuck in

Some packages have been removed as shown in the Changelog below. It's unclear which package applies, but some features are missing.

--Jupyter Notebook does not have Presentation mode. (Nbpresent?) --Cannot select kernel in Jupyter Notebook. (Nb_conda_kernels?) --When installing with conda, the list of downloaded packages is not displayed. conda no longer showing download summary · Issue #4348 · conda/conda --The installed channel is not output to the list of packages output by conda env export. (Maybe specification change)

As of 2/3, the above nbpresent and nb_conda_kernels cannot even be additionally installed with conda.

Bugs in pandas

When reading a Shift-JIS CSV file that includes Japanese in the path with pandas.read_csv, an error occurs. I made a Python 3.4 environment and tried it, but no error occurred, so it's definitely not a mistake. It seems that the specification change of Python 3.6 is related. Is that a matter of compatibility between Python 3.6 and pandas rather than Anaconda?

PEP 528 -- Change Windows console encoding to UTF-8 | Python.org PEP 529 -- Change Windows filesystem encoding to UTF-8 | Python.org

Changelog excerpt

[Anaconda changelog | Continuum Analytics: Documentation] (https://docs.continuum.io/anaconda/changelog) Highlights: The Anaconda3 installers are based on Python 3.6. Anaconda 4.3 supports Python 2.7, 3.4, 3.5 and 3.6. Anaconda 4.3 will be the last release which supports Python 3.4. We will discontinue regular Python 3.4 package updates in the next release. The Intel Math Kernel Library (MKL) is updated from 11.3.3 to 2017.0.1. Over 90 packages are updated. seaborn is now installed by default. Removed (from installer only):

Recommended Posts

I got stuck installing Anaconda 4.3.0 which became Python 3.6
When I tried to introduce python3 to atom, I got stuck
5 reasons I got into Python
When I made CaboCha usable with python3, I got stuck (Windows 10)
What I got stuck around GUI in WSL python environment
I got stuck so I reviewed it
A note where a Python beginner got stuck
Installing Python 3.4.3.
Installing Anaconda Python on an ECS instance
The result of installing python in Anaconda
What I got from Python Boot Camp
A reminder of what I got stuck when starting Atcoder with python
What I did when I got stuck in the time limit with lambda python
Python 3.3 in Anaconda
I started python
I got stuck when trying to specify a relative path with relative_to () in python
pyenv + anaconda + python3
I got an error that Python couldn't read settings.ini
After installing basemap, I got a numpy import error
What I got into Python for the first time
I got InsecurePlatformWarning in python, so I installed requests [security]