My old configparser may have been pip, I'm not sure. My current one
is conda and I'm not getting the error message anymore.
Post by Mark EttingerI updated configparser per the output below and all is good,
though I already had configparser installed.
$ python -c 'import nbconvert'
File "<string>", line 1, in <module>
File
"/Users/marke/anaconda/lib/python2.7/site-packages/nbconvert/__init__.py",
line 4, in <module>
from .exporters import *
File
"/Users/marke/anaconda/lib/python2.7/site-packages/nbconvert/exporters/__init__.py",
line 1, in <module>
from .base import (export, get_exporter,
File
"/Users/marke/anaconda/lib/python2.7/site-packages/nbconvert/exporters/base.py",
line 8, in <module>
import entrypoints
File
"/Users/marke/anaconda/lib/python2.7/site-packages/entrypoints.py",
line 16, in <module>
from backports import configparser
ImportError: cannot import name configparser
On Friday, February 17, 2017 at 11:58:21 AM UTC-8,
Hi Mark,
Can you do the following in a terminal and post the message you get?
python -c 'import nbconvert'
You have missing dependencies!
nbconvert >=4.0: None (NOK)
Please install them to avoid this message.
Note: Spyder could work without some of these
dependencies, however to have a smooth experience when
using Spyder we strongly recommend you to install all the
listed missing dependencies.
Failing to install these dependencies might result in
bugs. Please be sure that any found bugs are not the
direct result of missing dependencies, prior to reporting
a new issue.
I'm on macOS Sierra, 10.12.1
spyder 3.1.2 py27_0
conda-forge
nbconvert 5.1.1 py27_0
conda-forge
--
You received this message because you are subscribed to the
Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it,
<javascript:>.
Visit this group at https://groups.google.com/group/spyderlib
<https://groups.google.com/group/spyderlib>.
For more options, visit https://groups.google.com/d/optout
<https://groups.google.com/d/optout>.
You received this message because you are subscribed to the Google Groups "spyder" group.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.