Open odebroqueville opened 6 years ago
@odebroqueville could you open a terminal and run
anaconda-navigator --debug
And paste the stack trace (as an attached text file)
I did the above, but this time the Learning and Community tabs were working properly and contained lots of stuff. I'm attaching the results from terminal. anaconda-debug.txt
@goanpeca TLDR It seems to work correctly while debug is enabled. The issue reappears while debug is disabled.
I have the same issue that the learning and community tabs show nothing (are not filling in). I just did a clean install of Anaconda Navigator 1.8.7 on OSX 10.13.5.
I re-launched using anaconda-navigator --debug
and the tabs populated.
When I quit and re-launched normally from the finder the tabs were back to being blank.
thx for all that you do
what about launching from the terminal without the deuig flag?
interesting!
launching from terminal works. So it’s something about the finder launch.
On Jun 16, 2018, at 1:38 PM, Gonzalo Peña-Castellanos notifications@github.com wrote:
ehat about launching from the terminal without the debig flag?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ContinuumIO/anaconda-issues/issues/9592#issuecomment-397831374, or mute the thread https://github.com/notifications/unsubscribe-auth/AXG0SNCEYpEC9M6XruD92Y7B9OvYxwx8ks5t9VCkgaJpZM4UmcTx.
I can confirm those findings. Launching the Navigator from the terminal by typing anaconda-navigator, even without the --debug flag, works fine and the Learning and Community tabs are properly populated. However, when launching the Navigator from the Finder, the Learning and Community tabs are empty!
@odebroqueville and @tthrift thanks for the additional information.
Something mustn't be working as intended in this shell script found in the package contents of the Navigator app:
#!/bin/sh
source "/Users/username/anaconda3"/bin/activate root
"/Users/username/anaconda3"/bin/anaconda-navigator $@
@odebroqueville could you manually change that script to
#!/bin/sh
source /Users/USERNAME/anaconda3/bin/activate base
/Users/USERNAME/anaconda3/bin/anaconda-navigator $@
Now, is you installation actually located at /Users/USERNAME/anaconda3/
?
Yes, my installation is located at ~/anaconda3 and ~/anaconda3/bin does contain anaconda-navigator.
I commented out the second line in the shell script and removed the $@ on the 3rd line to have the same as just running anaconda-navigator in the terminal:
#!/bin/sh
#source "/Users/odebroqueville/anaconda3"/bin/activate root
/Users/odebroqueville/anaconda3/bin/anaconda-navigator
Launching the Navigator from the Finder with the above script still leaves me with the Learning and Community tabs empty.
However, launching anaconda-navigator (in /Users/odebroqueville/anaconda3/bin) from within the Finder launches the Navigator with the Learning and Community tabs properly populated.
Thanks for the feedback. Will explore further!
I noticed something else in the File menu at the top of the window: when things aren't working properly, the title of the application in the file menu is "Anaconda Navigator", but when things are working properly, the title of the application is "python"!
@odebroqueville yeah this is normal and unrelated :-)
Substituting base for root and launching the application Anaconda-Navigator from the finder did not solve it. I found no other command variations that fixed it.
Viewing the application package contents in the Finder and launching “run.sh” with a double click works fine.
-Terry-
On Jun 18, 2018, at 9:27 AM, Gonzalo Peña-Castellanos notifications@github.com wrote:
@odebroqueville https://github.com/odebroqueville could you manually change that script to
!/bin/sh
source "/Users/USERNAME/anaconda3/bin/activate" base /Users/USERNAME/anaconda3/bin/anaconda-navigator $@ Now, is you installation actually located at /Users/USERNAME/anaconda3/ ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ContinuumIO/anaconda-issues/issues/9592#issuecomment-398072975, or mute the thread https://github.com/notifications/unsubscribe-auth/AXG0SOyRkoI66FOC6lLeb-Pr0ReJowPKks5t97jZgaJpZM4UmcTx.
I instrumented the app bundle’s run.sh to show
any arguments being passed into run and
conda info -a
post activation.
#!/bin/sh
echo "run.sh args ->"$@"<-" > "/Users/user/anaconda3"/runlog.txt
source "/Users/user/anaconda3"/bin/activate root
"/Users/user/anaconda3"/bin/conda info -a >> "/Users/user/anaconda3"/runlog.txt
"/Users/user/anaconda3"/bin/anaconda-navigator $@
I launched 2 ways
The log files are attached. The only difference that I saw between the two was the PATH.
@odebroqueville @tthrift have you tried updating the base environment to latest packages?
Please remember to update to the latest version of Navigator to include the latest fixes.
Open a terminal (on Linux or Mac) or the Anaconda Command Prompt (on windows) and type:
conda update conda
conda update --all
As suggested I updated the base environment to the current version. Tabs still do not populate when launched from Finder.
Thanks, -Terry-
On Jul 17, 2018, at 9:42 AM, Gonzalo Peña-Castellanos notifications@github.com wrote:
@odebroqueville https://github.com/odebroqueville @tthrift https://github.com/tthrift have you tried updating the base environment to latest packages?
Please remember to update to the latest version of Navigator to include the latest fixes.
Open a terminal (on Linux or Mac) or the Anaconda Command Prompt (on windows) and type:
conda update conda conda update --all — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ContinuumIO/anaconda-issues/issues/9592#issuecomment-405606998, or mute the thread https://github.com/notifications/unsubscribe-auth/AXG0SMTDO34fBlFeVa-SyZM6E_e4X-ejks5uHfffgaJpZM4UmcTx.
what is next on this thread? I have tried all proposed resolution proposed in this post. However, I still get no learning or community content if I start from finder, while I will have them if I start from terminal. Mine is running on Mac OS High Sierra.
@jaywt could you provide the output of running conda info
and conda list
on the Terminal/Anaconda Prompt?
@goanpeca please see below:
conda info:
active environment : None
user config file : /Users/jaywen/.condarc
populated config files : /Users/jaywen/.condarc conda version : 4.5.10 conda-build version : 3.13.0 python version : 3.6.6.final.0 base environment : /Users/jaywen/anaconda3 (writable) channel URLs : https://repo.anaconda.com/pkgs/main/osx-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/free/osx-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/pro/osx-64 https://repo.anaconda.com/pkgs/pro/noarch package cache : /Users/jaywen/anaconda3/pkgs /Users/jaywen/.conda/pkgs envs directories : /Users/jaywen/anaconda3/envs /Users/jaywen/.conda/envs platform : osx-64 user-agent : conda/4.5.10 requests/2.19.1 CPython/3.6.6 Darwin/17.7.0 OSX/10.13.6 UID:GID : 501:20 netrc file : None offline mode : False
conda list:
#
_ipyw_jlab_nb_ext_conf 0.1.0 py36_0
alabaster 0.7.11 py36_0
anaconda custom py36ha4fed55_0
anaconda-client 1.7.1 py36_0
anaconda-navigator 1.8.7 py36_0
anaconda-project 0.8.2 py36_0
appdirs 1.4.3 py36h28b3542_0
appnope 0.1.0 py36hf537a9a_0
appscript 1.0.1 py36h1de35cc_1
asn1crypto 0.24.0 py36_0
astroid 2.0.4 py36_0
astropy 3.0.4 py36h1de35cc_0
atomicwrites 1.1.5 py36_0
attrs 18.1.0 py36_0
automat 0.7.0 py36_0
babel 2.6.0 py36_0
backcall 0.1.0 py36_0
backports 1.0 py36_1
backports.shutil_get_terminal_size 1.0.0 py36_2
beautifulsoup4 4.6.3 py36_0
bitarray 0.8.3 py36h1de35cc_0
bkcharts 0.2 py36h073222e_0
blas 1.0 mkl
blaze 0.11.3 py36_0
bleach 2.1.4 py36_0
blosc 1.14.4 hd9629dc_0
bokeh 0.13.0 py36_0
boto 2.49.0 py36_0
bottleneck 1.2.1 py36h1d22016_1
bzip2 1.0.6 h1de35cc_5
ca-certificates 2018.03.07 0
certifi 2018.8.13 py36_0
cffi 1.11.5 py36h342bebf_0
chardet 3.0.4 py36_1
click 6.7 py36hec950be_0
cloudpickle 0.5.3 py36_0
clyent 1.2.2 py36_1
colorama 0.3.9 py36hd29a30c_0
conda 4.5.10 py36_0
conda-build 3.13.0 py36_0
conda-env 2.6.0 1
conda-verify 3.1.0 py36_0
constantly 15.1.0 py36h28b3542_0
contextlib2 0.5.5 py36hd66e5e7_0
cryptography 2.3 py36hdbc3d79_0
cryptography-vectors 2.3 py36_0
curl 7.61.0 ha441bb4_0
cycler 0.10.0 py36hfc81398_0
cython 0.28.5 py36h0a44026_0
cytoolz 0.9.0.1 py36h1de35cc_1
dask 0.18.2 py36_0
dask-core 0.18.2 py36_0
datashape 0.5.4 py36_1
dbus 1.13.2 h760590f_1
decorator 4.3.0 py36_0
distributed 1.22.1 py36_0
docutils 0.14 py36hbfde631_0
entrypoints 0.2.3 py36_2
et_xmlfile 1.0.1 py36h1315bdc_0
expat 2.2.5 hb8e80ba_0
fastcache 1.0.2 py36h1de35cc_2
filelock 3.0.4 py36_0
flask 1.0.2 py36_1
flask-cors 3.0.6 py36_0
freetype 2.9.1 hb4e5f40_0
future 0.16.0 py36_1
get_terminal_size 1.0.0 h7520d66_0
gettext 0.19.8.1 h15daf44_3
gevent 1.3.6 py36h1de35cc_0
glib 2.56.1 h35bc53a_0
glob2 0.6 py36_0
gmp 6.1.2 hb37e062_1
gmpy2 2.0.8 py36h6ef4df4_2
greenlet 0.4.14 py36h1de35cc_0
h5py 2.8.0 py36h3c9e6ae_0
hdf5 1.10.2 hfa1e0ec_1
heapdict 1.0.0 py36_2
html5lib 1.0.1 py36_0
hyperlink 18.0.0 py36_0
icu 58.2 h4b95b61_1
idna 2.7 py36_0
imageio 2.3.0 py36_0
imagesize 1.0.0 py36_0
incremental 17.5.0 py36_0
intel-openmp 2018.0.3 0
ipykernel 4.8.2 py36_0
ipython 6.5.0 py36_0
ipython_genutils 0.2.0 py36h241746c_0
ipywidgets 7.4.0 py36_0
isort 4.3.4 py36_0
itsdangerous 0.24 py36_1
jbig 2.1 h4d881f8_0
jdcal 1.4 py36_0
jedi 0.12.1 py36_0
jinja2 2.10 py36_0
jpeg 9b he5867d9_2
jsonschema 2.6.0 py36hb385e00_0
jupyter 1.0.0 py36_4
jupyter_client 5.2.3 py36_0
jupyter_console 5.2.0 py36_1
jupyter_core 4.4.0 py36_0
jupyterlab 0.34.1 py36_0
jupyterlab_launcher 0.13.1 py36_0
keyring 13.2.1 py36_0
kiwisolver 1.0.1 py36h0a44026_0
lazy-object-proxy 1.3.1 py36h1de35cc_2
libcurl 7.61.0 hf30b1f0_0
libcxx 4.0.1 h579ed51_0
libcxxabi 4.0.1 hebd6815_0
libedit 3.1.20170329 hb402a30_2
libffi 3.2.1 h475c297_4
libgfortran 3.0.1 h93005f0_2
libiconv 1.15 hdd342a3_7
libpng 1.6.34 he12f830_0
libsodium 1.0.16 h3efe00b_0
libssh2 1.8.0 h322a93b_4
libtiff 4.0.9 hcb84e12_1
libxml2 2.9.8 hab757c2_1
libxslt 1.1.32 hb819dd2_0
llvmlite 0.24.0 py36hc454e04_0
locket 0.2.0 py36hca03003_1
lxml 4.2.4 py36hef8c89e_0
lzo 2.10 h362108e_2
markupsafe 1.0 py36h1de35cc_1
matplotlib 2.2.3 py36h54f8f79_0
mccabe 0.6.1 py36_1
mistune 0.8.3 py36h1de35cc_1
mkl 2018.0.3 1
mkl-service 1.1.2 py36h6b9c3cc_4
mkl_fft 1.0.4 py36h5d10147_1
mkl_random 1.0.1 py36h5d10147_1
more-itertools 4.3.0 py36_0
mpc 1.1.0 h6ef4df4_1
mpfr 4.0.1 h3018a27_3
mpmath 1.0.0 py36_2
msgpack-python 0.5.6 py36h04f5b5a_1
multipledispatch 0.6.0 py36_0
navigator-updater 0.2.1 py36_0
nbconvert 5.3.1 py36_0
nbformat 4.4.0 py36h827af21_0
ncurses 6.1 h0a44026_0
networkx 2.1 py36_0
nltk 3.3.0 py36_0
nose 1.3.7 py36_2
notebook 5.6.0 py36_0
numba 0.39.0 py36h6440ff4_0
numexpr 2.6.7 py36h4f467ca_0
numpy 1.15.0 py36h648b28d_0
numpy-base 1.15.0 py36h8a80b8c_0
numpydoc 0.8.0 py36_0
odo 0.5.1 py36hc1af34a_0
olefile 0.45.1 py36_0
openpyxl 2.5.5 py36_0
openssl 1.0.2p h1de35cc_0
packaging 17.1 py36_0
pandas 0.23.4 py36h6440ff4_0
pandoc 2.2.1 h1a437c5_0
pandocfilters 1.4.2 py36_1
parso 0.3.1 py36_0
partd 0.3.8 py36hf5c4cb8_0
path.py 11.0.1 py36_0
pathlib2 2.3.2 py36_0
patsy 0.5.0 py36_0
pcre 8.42 h378b8a2_0
pep8 1.7.1 py36_0
pexpect 4.6.0 py36_0
pickleshare 0.7.4 py36hf512f8e_0
pillow 5.2.0 py36hb68e598_0
pip 10.0.1 py36_0
pkginfo 1.4.2 py36_1
pluggy 0.7.1 py36_0
ply 3.11 py36_0
prometheus_client 0.3.1 py36_0
prompt_toolkit 1.0.15 py36haeda067_0
psutil 5.4.7 py36h1de35cc_0
ptyprocess 0.6.0 py36_0
py 1.5.4 py36_0
pyasn1 0.4.4 py36_0
pyasn1-modules 0.2.2 py36_0
pycodestyle 2.4.0 py36_0
pycosat 0.6.3 py36h1de35cc_0
pycparser 2.18 py36_1
pycrypto 2.6.1 py36h1de35cc_9
pycurl 7.43.0.2 py36hdbc3d79_0
pyflakes 2.0.0 py36_0
pygments 2.2.0 py36h240cd3f_0
pylint 2.1.1 py36_0
pyodbc 4.0.24 py36h0a44026_0
pyopenssl 18.0.0 py36_0
pyparsing 2.2.0 py36_1
pyqt 5.9.2 py36h655552a_0
pysocks 1.6.8 py36_0
pytables 3.4.4 py36h13cba08_0
pytest 3.7.2 py36_0
pytest-arraydiff 0.2 py36h39e3cac_0
pytest-astropy 0.4.0 py36_0
pytest-doctestplus 0.1.3 py36_0
pytest-openfiles 0.3.0 py36_0
pytest-remotedata 0.3.0 py36_0
python 3.6.6 hc167b69_0
python-dateutil 2.7.3 py36_0
python.app 2 py36_8
pytz 2018.5 py36_0
pywavelets 0.5.2 py36h1d22016_2
pyyaml 3.13 py36h1de35cc_0
pyzmq 17.1.2 py36h1de35cc_0
qt 5.9.6 h74ce4d9_0
qtawesome 0.4.4 py36h468c6fb_0
qtconsole 4.4.0 py36_0
qtpy 1.4.2 py36_1
readline 7.0 hc1231fa_4
requests 2.19.1 py36_0
rope 0.11.0 py36_0
ruamel_yaml 0.15.46 py36h1de35cc_0
scikit-image 0.14.0 py36h0a44026_1
scikit-learn 0.19.1 py36hf9f1f73_0
scipy 1.1.0 py36hf1f7d93_0
seaborn 0.9.0 py36_0
send2trash 1.5.0 py36_0
service_identity 17.0.0 py36h28b3542_0
setuptools 40.0.0 py36_0
simplegeneric 0.8.1 py36_2
singledispatch 3.4.0.3 py36hf20db9d_0
sip 4.19.8 py36h0a44026_0
six 1.11.0 py36_1
snappy 1.1.7 he62c110_3
snowballstemmer 1.2.1 py36h6c7b616_0
sortedcollections 1.0.1 py36_0
sortedcontainers 2.0.4 py36_0
sphinx 1.7.7 py36_0
sphinxcontrib 1.0 py36_1
sphinxcontrib-websupport 1.1.0 py36_1
spyder 3.3.1 py36_1
spyder-kernels 0.2.6 py36_0
sqlalchemy 1.2.10 py36h1de35cc_0
sqlite 3.24.0 ha441bb4_0
statsmodels 0.9.0 py36h1d22016_0
sympy 1.2 py36_0
tblib 1.3.2 py36hda67792_0
terminado 0.8.1 py36_1
testpath 0.3.1 py36h625a49b_0
tk 8.6.7 h35a86e2_3
toolz 0.9.0 py36_0
tornado 5.1 py36h1de35cc_0
traitlets 4.3.2 py36h65bd3ce_0
twisted 18.7.0 py36h1de35cc_1
typed-ast 1.1.0 py36h1de35cc_0
typing 3.6.4 py36_0
unicodecsv 0.14.1 py36he531d66_0
unixodbc 2.3.6 h3efe00b_0
urllib3 1.23 py36_0
wcwidth 0.1.7 py36h8c6ec74_0
webencodings 0.5.1 py36_1
werkzeug 0.14.1 py36_0
wheel 0.31.1 py36_0
widgetsnbextension 3.4.0 py36_0
wrapt 1.10.11 py36h1de35cc_2
xlrd 1.1.0 py36_1
xlsxwriter 1.0.7 py36_0
xlwings 0.11.8 py36_0
xlwt 1.2.0 py36h5ad1178_0
xz 5.2.4 h1de35cc_4
yaml 0.1.7 hc338f04_2
zeromq 4.2.5 h0a44026_0
zict 0.1.3 py36_0
zlib 1.2.11 hf3cbc9b_2
zope 1.0 py36_0
zope.interface 4.5.0 py36h1de35cc_0
@jaywt the new version which includes these fixes will be released by the end of next week.
@goanpeca thank you so much for the timely response!
Glad to be of help @jaywt.
This issue appears to have now re-surface, but on Windows.
When launching from command line the following errors are shown:
anaconda-navigator C:\Python\Anaconda3\lib\site-packages\anaconda_navigator\api\conda_api.py:1364: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. data = yaml.load(f) Traceback (most recent call last): File "C:\Python\Anaconda3\lib\site-packages\anaconda_navigator\widgets\tabs\community.py", line 169, in _json_downloaded self.load_content() File "C:\Python\Anaconda3\lib\site-packages\anaconda_navigator\widgets\tabs\community.py", line 225, in load_content items = items[:self.VIDEOS_LIMIT] TypeError: unhashable type: 'slice' Traceback (most recent call last): File "C:\Python\Anaconda3\lib\site-packages\anaconda_navigator\widgets\tabs\community.py", line 169, in _json_downloaded self.load_content() File "C:\Python\Anaconda3\lib\site-packages\anaconda_navigator\widgets\tabs\community.py", line 239, in load_content items = items[:self.EVENTS_LIMIT] TypeError: unhashable type: 'slice'
Both Learning and Community tabs remain empty
conda info: active environment : base active env location : C:\Python\Anaconda3 shell level : 1 user config file : C:\Users#####.condarc populated config files : C:\Users#####.condarc conda version : 4.6.14 conda-build version : 3.17.8 python version : 3.7.3.final.0 base environment : C:\Python\Anaconda3 (writable) channel URLs : https://repo.anaconda.com/pkgs/main/win-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/free/win-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/win-64 https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/msys2/win-64 https://repo.anaconda.com/pkgs/msys2/noarch package cache : C:\Python\Anaconda3\pkgs C:\Users#####.conda\pkgs C:\Users#####\AppData\Local\conda\conda\pkgs envs directories : C:\Python\Anaconda3\envs C:\Users#####.conda\envs C:\Users#####\AppData\Local\conda\conda\envs platform : win-64 user-agent : conda/4.6.14 requests/2.21.0 CPython/3.7.3 Windows/10 Windows/10.0.16299 administrator : False netrc file : None offline mode : False
conda list packages in environment at C:\Python\Anaconda3:
Name Version Build Channel _ipyw_jlab_nb_ext_conf 0.1.0 py37_0 alabaster 0.7.12 py37_0 anaconda 2019.03 py37_0 anaconda-client 1.7.2 py37_0 anaconda-navigator 1.9.7 py37_0 anaconda-project 0.8.2 py37_0 asn1crypto 0.24.0 py37_0 astroid 2.2.5 py37_0 astropy 3.1.2 py37he774522_0 atomicwrites 1.3.0 py37_1 attrs 19.1.0 py37_1 babel 2.6.0 py37_0 backcall 0.1.0 py37_0 backports 1.0 py37_1 backports.os 0.1.1 py37_0 backports.shutil_get_terminal_size 1.0.0 py37_2 beautifulsoup4 4.7.1 py37_1 bitarray 0.8.3 py37hfa6e2cd_0 bkcharts 0.2 py37_0 blas 1.0 mkl bleach 3.1.0 py37_0 blosc 1.15.0 h7bd577a_0 bokeh 1.0.4 py37_0 boto 2.49.0 py37_0 bottleneck 1.2.1 py37h452e1ab_1 bzip2 1.0.6 hfa6e2cd_5 ca-certificates 2019.1.23 0 certifi 2019.3.9 py37_0 cffi 1.12.2 py37h7a1dbc1_1 chardet 3.0.4 py37_1 click 7.0 py37_0 cloudpickle 0.8.0 py37_0 clyent 1.2.2 py37_1 colorama 0.4.1 py37_0 comtypes 1.1.7 py37_0 conda 4.6.14 py37_0 conda-build 3.17.8 py37_0 conda-env 2.6.0 1 conda-verify 3.1.1 py37_0 console_shortcut 0.1.1 3 contextlib2 0.5.5 py37_0 cryptography 2.6.1 py37h7a1dbc1_0 curl 7.64.0 h2a8f88b_2 cycler 0.10.0 py37_0 cython 0.29.6 py37ha925a31_0 cytoolz 0.9.0.1 py37hfa6e2cd_1 dask 1.1.4 py37_1 dask-core 1.1.4 py37_1 decorator 4.4.0 py37_1 defusedxml 0.5.0 py37_1 distributed 1.26.0 py37_1 docutils 0.14 py37_0 entrypoints 0.3 py37_0 et_xmlfile 1.0.1 py37_0 fastcache 1.0.2 py37hfa6e2cd_2 filelock 3.0.10 py37_0 flask 1.0.2 py37_1 freetype 2.9.1 ha9979f8_1 future 0.17.1 py37_0 get_terminal_size 1.0.0 h38e98db_0 gevent 1.4.0 py37he774522_0 glob2 0.6 py37_1 greenlet 0.4.15 py37hfa6e2cd_0 h5py 2.9.0 py37h5e291fa_0 hdf5 1.10.4 h7ebc959_0 heapdict 1.0.0 py37_2 html5lib 1.0.1 py37_0 icc_rt 2019.0.0 h0cc432a_1 icu 58.2 ha66f8fd_1 idna 2.8 py37_0 imageio 2.5.0 py37_0 imagesize 1.1.0 py37_0 importlib_metadata 0.8 py37_0 intel-openmp 2019.3 203 ipykernel 5.1.0 py37h39e3cac_0 ipython 7.4.0 py37h39e3cac_0 ipython_genutils 0.2.0 py37_0 ipywidgets 7.4.2 py37_0 isort 4.3.16 py37_0 itsdangerous 1.1.0 py37_0 jdcal 1.4 py37_0 jedi 0.13.3 py37_0 jinja2 2.10 py37_0 jpeg 9b hb83a4c4_2 jsonschema 3.0.1 py37_0 jupyter 1.0.0 py37_7 jupyter_client 5.2.4 py37_0 jupyter_console 6.0.0 py37_0 jupyter_core 4.4.0 py37_0 jupyterlab 0.35.4 py37hf63ae98_0 jupyterlab_server 0.2.0 py37_0 keyring 18.0.0 py37_0 kiwisolver 1.0.1 py37h6538335_0 krb5 1.16.1 hc04afaa_7 lazy-object-proxy 1.3.1 py37hfa6e2cd_2 libarchive 3.3.3 h0643e63_5 libcurl 7.64.0 h2a8f88b_2 libiconv 1.15 h1df5818_7 liblief 0.9.0 ha925a31_2 libpng 1.6.36 h2a8f88b_0 libsodium 1.0.16 h9d3ae62_0 libssh2 1.8.0 h7a1dbc1_4 libtiff 4.0.10 hb898794_2 libxml2 2.9.9 h464c3ec_0 libxslt 1.1.33 h579f668_0 llvmlite 0.28.0 py37ha925a31_0 locket 0.2.0 py37_1 lxml 4.3.2 py37h1350720_0 lz4-c 1.8.1.2 h2fa13f4_0 lzo 2.10 h6df0209_2 m2w64-gcc-libgfortran 5.3.0 6 m2w64-gcc-libs 5.3.0 7 m2w64-gcc-libs-core 5.3.0 7 m2w64-gmp 6.1.0 2 m2w64-libwinpthread-git 5.0.0.4634.697f757 2 markupsafe 1.1.1 py37he774522_0 matplotlib 3.0.3 py37hc8f65d3_0 mccabe 0.6.1 py37_1 menuinst 1.4.16 py37he774522_0 mistune 0.8.4 py37he774522_0 mkl 2019.3 203 mkl-service 1.1.2 py37hb782905_5 mkl_fft 1.0.10 py37h14836fe_0 mkl_random 1.0.2 py37h343c172_0 more-itertools 6.0.0 py37_0 mpmath 1.1.0 py37_0 msgpack-python 0.6.1 py37h74a9793_1 msys2-conda-epoch 20160418 1 multipledispatch 0.6.0 py37_0 navigator-updater 0.2.1 py37_0 nbconvert 5.4.1 py37_3 nbformat 4.4.0 py37_0 networkx 2.2 py37_1 nltk 3.4 py37_1 nose 1.3.7 py37_2 notebook 5.7.8 py37_0 numba 0.43.1 py37hf9181ef_0 numexpr 2.6.9 py37hdce8814_0 numpy 1.16.2 py37h19fb1c0_0 numpy-base 1.16.2 py37hc3f5095_0 numpydoc 0.8.0 py37_0 olefile 0.46 py37_0 openpyxl 2.6.1 py37_1 openssl 1.1.1b he774522_1 packaging 19.0 py37_0 pandas 0.24.2 py37ha925a31_0 pandoc 2.2.3.2 0 pandocfilters 1.4.2 py37_1 parso 0.3.4 py37_0 partd 0.3.10 py37_1 path.py 11.5.0 py37_0 pathlib2 2.3.3 py37_0 patsy 0.5.1 py37_0 pep8 1.7.1 py37_0 pickleshare 0.7.5 py37_0 pillow 5.4.1 py37hdc69c19_0 pip 19.0.3 py37_0 pkginfo 1.5.0.1 py37_0 pluggy 0.9.0 py37_0 ply 3.11 py37_0 powershell_shortcut 0.0.1 2 prometheus_client 0.6.0 py37_0 prompt_toolkit 2.0.9 py37_0 psutil 5.6.1 py37he774522_0 py 1.8.0 py37_0 py-lief 0.9.0 py37ha925a31_2 pycodestyle 2.5.0 py37_0 pycosat 0.6.3 py37hfa6e2cd_0 pycparser 2.19 py37_0 pycrypto 2.6.1 py37hfa6e2cd_9 pycurl 7.43.0.2 py37h7a1dbc1_0 pyflakes 2.1.1 py37_0 pygments 2.3.1 py37_0 pylint 2.3.1 py37_0 pyodbc 4.0.26 py37ha925a31_0 pyopenssl 19.0.0 py37_0 pyparsing 2.3.1 py37_0 pyqt 5.9.2 py37h6538335_2 pyreadline 2.1 py37_1 pyrsistent 0.14.11 py37he774522_0 pysocks 1.6.8 py37_0 pytables 3.5.1 py37h1da0976_0 pytest 4.3.1 py37_0 pytest-arraydiff 0.3 py37h39e3cac_0 pytest-astropy 0.5.0 py37_0 pytest-doctestplus 0.3.0 py37_0 pytest-openfiles 0.3.2 py37_0 pytest-remotedata 0.3.1 py37_0 python 3.7.3 h8c8aaf0_0 python-dateutil 2.8.0 py37_0 python-libarchive-c 2.8 py37_6 pytz 2018.9 py37_0 pywavelets 1.0.2 py37h8c2d366_0 pywin32 223 py37hfa6e2cd_1 pywinpty 0.5.5 py37_1000 pyyaml 5.1 py37he774522_0 pyzmq 18.0.0 py37ha925a31_0 qt 5.9.7 vc14h73c81de_0 qtawesome 0.5.7 py37_1 qtconsole 4.4.3 py37_0 qtpy 1.7.0 py37_1 requests 2.21.0 py37_0 rope 0.12.0 py37_0 ruamel_yaml 0.15.46 py37hfa6e2cd_0 scikit-image 0.14.2 py37ha925a31_0 scikit-learn 0.20.3 py37h343c172_0 scipy 1.2.1 py37h29ff71c_0 seaborn 0.9.0 py37_0 send2trash 1.5.0 py37_0 setuptools 40.8.0 py37_0 simplegeneric 0.8.1 py37_2 singledispatch 3.4.0.3 py37_0 sip 4.19.8 py37h6538335_0 six 1.12.0 py37_0 snappy 1.1.7 h777316e_3 snowballstemmer 1.2.1 py37_0 sortedcollections 1.1.2 py37_0 sortedcontainers 2.1.0 py37_0 soupsieve 1.8 py37_0 sphinx 1.8.5 py37_0 sphinxcontrib 1.0 py37_1 sphinxcontrib-websupport 1.1.0 py37_1 spyder 3.3.3 py37_0 spyder-kernels 0.4.2 py37_0 sqlalchemy 1.3.1 py37he774522_0 sqlite 3.27.2 he774522_0 statsmodels 0.9.0 py37h452e1ab_0 sympy 1.3 py37_0 tblib 1.3.2 py37_0 terminado 0.8.1 py37_1 testpath 0.4.2 py37_0 tk 8.6.8 hfa6e2cd_0 toolz 0.9.0 py37_0 tornado 6.0.2 py37he774522_0 tqdm 4.31.1 py37_1 traitlets 4.3.2 py37_0 unicodecsv 0.14.1 py37_0 urllib3 1.24.1 py37_0 vc 14.1 h0510ff6_4 vs2015_runtime 14.15.26706 h3a45250_0 wcwidth 0.1.7 py37_0 webencodings 0.5.1 py37_1 werkzeug 0.14.1 py37_0 wheel 0.33.1 py37_0 widgetsnbextension 3.4.2 py37_0 win_inet_pton 1.1.0 py37_0 win_unicode_console 0.5 py37_0 wincertstore 0.2 py37_0 winpty 0.4.3 4 wrapt 1.11.1 py37he774522_0 xlrd 1.2.0 py37_0 xlsxwriter 1.1.5 py37_0 xlwings 0.15.4 py37_0 xlwt 1.3.0 py37_0 xz 5.2.4 h2fa13f4_4 yaml 0.1.7 hc54c509_2 zeromq 4.3.1 h33f27b4_3 zict 0.1.4 py37_0 zipp 0.3.3 py37_1 zlib 1.2.11 h62dcd97_3 zstd 1.3.7 h508b16e_0
This in navigator.log
{"time": "2019-05-10 11:57:42,030", "level": "ERROR", "module": "download_api", "method": "_download", "line": 263, "path": "C:/Python/Anaconda3/lib/site-packages/anaconda_navigator/api/download_api.py", "message": "'_DownloadAPI' object has no attribute 'proxy_servers'"}
{"time": "2019-05-10 11:57:42,071", "level": "ERROR", "module": "community", "method": "load_content", "line": 203, "path": "C:/Python/Anaconda3/lib/site-packages/anaconda_navigator/widgets/tabs/community.py", "message": "('C://Users////.anaconda//navigator//content//events.json', JSONDecodeError('Expecting value: line 1 column 1 (char 0)'))"} {"time": "2019-05-10 13:58:10,924", "level": "ERROR", "module": "community", "method": "load_content", "line": 203, "path": "C:/Python/Anaconda3/lib/site-packages/anaconda_navigator/widgets/tabs/community.py", "message": "('C://Users////.anaconda//navigator//content//events.json', JSONDecodeError('Expecting value: line 1 column 1 (char 0)'))"}
I've tried all the advice.' conda update conda', --reset etc. I've found on related threads. - to no avail. I have installed, uninstalled multiple times. This exhibits itself on two different machines. Both installed within the last week or so.
I've checked its not a permissions issue (one machine is domain contolled) the other a private machine I have complete (well complet-ish - its Windows...) control over (full admin)
I have feeling it cannot get the json downloads or is doing something wrong with them if it does. unfortunately I am a beginner and looking at the files mentioned is informative I have nothing to offer, except that the problem is likely somewhere else - error messages being what they are...
I'll try and respond to any questions, but I am a wicked lazy individual and my well not respond for ages. I can live without the Learning/Community tabs - though they are very 'cute' features - if I may say so.
Installed from 'Anaconda3-2019.03-Windows-x86_64.exe', downloaded from Anaconda web-site. early May 2019.
Just to rule out network connectivity issues:
ping www.anaconda.com Pinging www.anaconda.com [104.16.131.3] with 32 bytes of data: Reply from 104.16.131.3: bytes=32 time=47ms TTL=244 Reply from 104.16.131.3: bytes=32 time=48ms TTL=244 Reply from 104.16.131.3: bytes=32 time=46ms TTL=244 Reply from 104.16.131.3: bytes=32 time=47ms TTL=244
Ping statistics for 104.16.131.3: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 46ms, Maximum = 48ms, Average = 47ms
I should have added this issue exhibits itself whether launched from an icon or from the conda command prompt.
If it can't download the urls, I guess it will leave the tabs unpopulated? when poking around. I 'think' I saw an error or something about a proxy setting being empty. Could there be an unpopulated 'setting' somewhere?
Hello, I'm having the same problem with learning and community tab not being populated. I am on macOS Mojave version 10.14.4 I have tried to fix it by following the instructions to update anaconda: source activate base conda update conda conda update --all
But the problem persists. It doesn't matter if I run it from terminal, finder, or use the debug mode the learning and community tabs remains unpopulated. When I run anaconda-navigator in terminal I get the following error messages:
(base) almyk: ~/Documents$ anaconda-navigator /anaconda2/lib/python2.7/site-packages/anaconda_navigator/api/conda_api.py:1364: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. data = yaml.load(f) Traceback (most recent call last): File "/anaconda2/lib/python2.7/site-packages/anaconda_navigator/widgets/tabs/community.py", line 169, in _json_downloaded self.load_content() File "/anaconda2/lib/python2.7/site-packages/anaconda_navigator/widgets/tabs/community.py", line 239, in load_content items = items[:self.EVENTS_LIMIT] TypeError: unhashable type Traceback (most recent call last): File "/anaconda2/lib/python2.7/site-packages/anaconda_navigator/widgets/tabs/community.py", line 169, in _json_downloaded self.load_content() File "/anaconda2/lib/python2.7/site-packages/anaconda_navigator/widgets/tabs/community.py", line 225, in load_content items = items[:self.VIDEOS_LIMIT] TypeError: unhashable type
Now (Anaconda Navigator version 1.9.7 on macOS Mojave 10.14.4), when launching the Navigator from the terminal by typing anaconda-navigator, with or without the --debug flag, the Learning and Community tabs are empty. Same results when launching the Navigator from the Finder, the Learning and Community tabs remain empty! Also, contrary to before, launching anaconda-navigator (in /Users/odebroqueville/anaconda3/bin) from within the Finder launches the Navigator with the Learning and Community tabs empty.
In addition, I'm now getting the following errors when I launch anaconda-navigator in the terminal:
Traceback (most recent call last):
File "/Users/odebroqueville/anaconda3/lib/python3.6/site-packages/anaconda_navigator/widgets/tabs/community.py", line 169, in _json_downloaded
self.load_content()
File "/Users/odebroqueville/anaconda3/lib/python3.6/site-packages/anaconda_navigator/widgets/tabs/community.py", line 239, in load_content
items = items[:self.EVENTS_LIMIT]
TypeError: unhashable type: 'slice'
Traceback (most recent call last):
File "/Users/odebroqueville/anaconda3/lib/python3.6/site-packages/anaconda_navigator/widgets/tabs/community.py", line 169, in _json_downloaded
self.load_content()
File "/Users/odebroqueville/anaconda3/lib/python3.6/site-packages/anaconda_navigator/widgets/tabs/community.py", line 225, in load_content
items = items[:self.VIDEOS_LIMIT]
TypeError: unhashable type: 'slice'
Issue #10907 has been opened to report the above.
Please find the debug stack trace attached. anaconda-debug.txt
Were are doing some work on the Anaconda.com website from which Anaconda Navigator materials are loaded. Some update were done incorrectly which is resulting in these errors and the Learning and Community tabs being empty. We are working to correct this issue.
Thanks for the feedback. That would explain the ‘reappearance’ of this issue and the errors I see. When do you think this will be resolved?
Possibly this is not a developer ticket then and should aimed at operations. Or are they the same person?
Actual Behavior
The screen area to the right of the tabs are blank! (screenshot)
Expected Behavior
I was expecting to see some material as described in the documentation! (screenshot)
Steps to Reproduce
Simply click on the tab titles "Learning" or "Community" in the left margin.
Anaconda or Miniconda version:
Anaconda Navigator 1.8.7 anaconda Command line client (version 1.6.14)
Operating System:
macOS 10.13.5 High Sierra
conda info
conda list --show-channel-urls