File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1295, in handle_hover_response
self._request_hover_clicked)
TypeError: CodeEditor.sig_display_object_info[str, bool].emit(): argument 1 has unexpected type 'list'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\990112578\Anaconda3\lib\logging\__init__.py", line 1025, in emit
msg = self.format(record)
File "C:\Users\990112578\Anaconda3\lib\logging\__init__.py", line 869, in format
return fmt.format(record)
File "C:\Users\990112578\Anaconda3\lib\logging\__init__.py", line 608, in format
record.message = record.getMessage()
File "C:\Users\990112578\Anaconda3\lib\logging\__init__.py", line 369, in getMessage
msg = msg % self.args
ValueError: incomplete format
Call stack:
File "C:\Users\990112578\Anaconda3\Scripts\spyder-script.py", line 10, in <module>
sys.exit(main())
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\app\start.py", line 205, in main
mainwindow.main()
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3718, in main
mainwindow = run_spyder(app, options, args)
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3600, in run_spyder
app.exec_()
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\completion\languageserver\client.py", line 360, in on_msg_received
self.req_reply[req_id](None, {'params': []})
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 302, in receive_response
self.COMPLETION_CLIENT_NAME, req_id, response)
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 120, in receive_response
self._maybe_send_locked(req_id)
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 161, in _maybe_send_locked
send()
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 143, in send
self.gather_and_send(request_responses)
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 212, in gather_and_send
response_instance.handle_response(req_type, responses)
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 940, in handle_response
handler(params)
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1308, in handle_hover_response
self.log_lsp_handle_errors("Error when processing hover")
File "C:\Users\990112578\Anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 971, in log_lsp_handle_errors
logger.error('%', 1, stack_info=True)
Message: '%'
Arguments: (1,)
atomicwrites >=1.2.0 : 1.3.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.3.0 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.12.0 (OK)
jedi =0.14.1 : 0.14.1 (OK)
nbconvert >=4.0 : 5.6.1 (OK)
numpydoc >=0.6.0 : 0.9.2 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=0.3 : 5.6.7 (OK)
pygments >=2.0 : 2.5.2 (OK)
pylint >=0.25 : 2.4.4 (OK)
pyls >=0.31.2;<0.32.0 : 0.31.7 (OK)
zmq >=17 : 18.1.1 (OK)
qdarkstyle >=2.7 : 2.8 (OK)
qtawesome >=0.5.7 : 0.6.1 (OK)
qtconsole >=4.6.0 : 4.6.0 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.3 (OK)
sphinx >=0.6.6 : 2.4.0 (OK)
spyder_kernels >=1.8.1;<2.0.0: 1.8.1 (OK)
watchdog : None (OK)
cython >=0.21 : 0.29.15 (OK)
matplotlib >=2.0.0 : 3.1.3 (OK)
numpy >=1.7 : 1.18.1 (OK)
pandas >=0.13.1 : 1.0.1 (OK)
scipy >=0.17.0 : 1.4.1 (OK)
sympy >=0.7.3 : 1.5.1 (OK)
Hi @PY123-png could you try to update Spyder and see if you can replicate the issue with the updated version?
To update Spyder you need to run conda install spyder=4.1.3
from the Anaconda prompt. Thanks!
Happenning for me today with Spyder 4.1.4 on Windows.
Hi @DanCodigaMWRA could you give us more info about this behavior? Maybe you can provide your installed dependencies and a code snippet to reproduce this? Maybe a .GIF to understand the way this error is being triggered could be worthy too. Thanks!
Oh thanks for the quick attention to this.
More info, sure-- apologies, I should have been more complete in the first place. I am using conda (after updating to the latest conda) and I just created a new virtual environment with Spyder 4.1.4. Windows 10, 64-bit, Python 3.6.10 (default, Mar 5 2020, 10:17:47) [MSC v.1900 64 bit (AMD64)], lots of packages, see list below (at bottom).
As far as what triggered the problem, I am pretty sure I literally did nothing other than open Spyder and resize some of the panes, was certainly not even running any code. So no code snippet to speak of, and I'm unsure that trying to capture a gif would be all that helpful either but if you really want me to try I can.
Here is the error, and it happened several times (every 30 seconds or minute or so) with me just changing the path, adjusting preferences for font size, etc:
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginseditorwidgetscodeeditor.py", line 1393, in handle_hover_response
self._request_hover_clicked)
TypeError: CodeEditor.sig_display_object_info[str, bool].emit(): argument 1 has unexpected type 'list'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQliblogging__init__.py", line 994, in emit
msg = self.format(record)
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQliblogging__init__.py", line 840, in format
return fmt.format(record)
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQliblogging__init__.py", line 577, in format
record.message = record.getMessage()
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQliblogging__init__.py", line 338, in getMessage
msg = msg % self.args
ValueError: incomplete format
Call stack:
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQScriptsspyder-script.py", line 10, in
sys.exit(main())
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderappstart.py", line 219, in main
mainwindow.main()
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderappmainwindow.py", line 3763, in main
mainwindow = run_spyder(app, options, args)
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderappmainwindow.py", line 3679, in run_spyder
app.exec_()
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginscompletionplugin.py", line 302, in
lambda: self.receive_timeout(req_id))
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginscompletionplugin.py", line 136, in receive_timeout
self.howto_send_to_codeeditor(req_id)
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginscompletionplugin.py", line 177, in howto_send_to_codeeditor
self.skip_and_send_to_codeeditor(req_id)
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginscompletionplugin.py", line 205, in skip_and_send_to_codeeditor
self.gather_and_send_to_codeeditor(request_responses)
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginscompletionplugin.py", line 273, in gather_and_send_to_codeeditor
response_instance.handle_response(req_type, responses)
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginseditorwidgetscodeeditor.py", line 1019, in handle_response
handler(params)
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginseditorwidgetscodeeditor.py", line 1406, in handle_hover_response
self.log_lsp_handle_errors("Error when processing hover")
File "C:UsersCodiga_DAppDataLocalContinuumminiconda3envsEQlibsite-packagesspyderpluginseditorwidgetscodeeditor.py", line 1050, in log_lsp_handle_errors
logger.error('%', 1, stack_info=True)
Message: '%'
Arguments: (1,)
_r-mutex 1.0.1 anacondar_1 conda-forge
affine 2.3.0 py_0 conda-forge
alabaster 0.7.12 py_0 conda-forge
anaconda-clean 1.1.0 py36_1
argh 0.26.2 py36_1001 conda-forge
arrow 0.15.7 py36h9f0ad1d_0 conda-forge
astroid 2.4.2 py36h9f0ad1d_0 conda-forge
atomicwrites 1.4.0 pyh9f0ad1d_0 conda-forge
attrs 19.3.0 py_0 conda-forge
autopep8 1.5.3 pyh9f0ad1d_0 conda-forge
babel 2.8.0 py_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
bcrypt 3.1.7 py36h68a101e_1 conda-forge
beautifulsoup4 4.9.1 py36h9f0ad1d_0 conda-forge
blas 1.0 mkl conda-forge
bleach 3.1.5 pyh9f0ad1d_0 conda-forge
bokeh 2.1.1 py36h9f0ad1d_0 conda-forge
boost-cpp 1.72.0 h89d28cc_2 conda-forge
brotlipy 0.7.0 py36h779f372_1000 conda-forge
bzip2 1.0.8 hfa6e2cd_2 conda-forge
ca-certificates 2020.6.20 hecda079_0 conda-forge
cartopy 0.18.0 py36hd73fb7f_0 conda-forge
certifi 2020.6.20 py36h9f0ad1d_0 conda-forge
cffi 1.14.0 py36ha419a9e_0 conda-forge
cfgrib 0.9.8.3 py_0 conda-forge
cfitsio 3.470 he774522_5 conda-forge
cftime 1.2.1 py36h7725771_0 conda-forge
chardet 3.0.4 py36h9f0ad1d_1006 conda-forge
click 7.1.2 pyh9f0ad1d_0 conda-forge
click-plugins 1.1.1 py_0 conda-forge
cligj 0.5.0 py_0 conda-forge
cloudpickle 1.5.0 py_0 conda-forge
cmocean 2.0 py_3 conda-forge
colorama 0.4.3 py_0 conda-forge
colorcet 2.0.1 py_0 conda-forge
colorspacious 1.1.2 pyh24bf2e0_0 conda-forge
cryptography 2.9.2 py36hef61171_0 conda-forge
curl 7.71.1 h4b64cdc_3 conda-forge
cx_oracle 8.0.0 py36h3a74357_0 conda-forge
cycler 0.10.0 py_2 conda-forge
cython 0.29.21 py36h003fed8_0 conda-forge
decorator 4.4.2 py_0 conda-forge
defusedxml 0.6.0 py_0 conda-forge
diff-match-patch 20200713 pyh9f0ad1d_0 conda-forge
docutils 0.16 py36h9f0ad1d_1 conda-forge
eccodes 2.17.0 hd0e664e_1 conda-forge
entrypoints 0.3 py36h9f0ad1d_1001 conda-forge
erddapy 0.5.3 py_0 conda-forge
expat 2.2.9 he025d50_2 conda-forge
fiona 1.8.13 py36ha9ad5f3_1 conda-forge
flake8 3.8.3 py_1 conda-forge
freetype 2.10.2 hd328e21_0 conda-forge
freexl 1.0.5 hd288d7e_1002 conda-forge
future 0.18.2 py36h9f0ad1d_1 conda-forge
gdal 3.0.4 py36h7bdd3bd_6 conda-forge
geopandas 0.8.1 py_0 conda-forge
geos 3.8.1 he025d50_0 conda-forge
geotiff 1.5.1 h3d29ae3_10 conda-forge
gettext 0.19.8.1 hb01d8f6_1002 conda-forge
glib 2.65.0 he4de6d7_0 conda-forge
gsl 2.6 h86b8168_0 conda-forge
gsw 3.3.1 py36hbd37c6d_2 conda-forge
hdf4 4.2.13 hf8e6fe8_1003 conda-forge
hdf5 1.10.5 nompi_ha405e13_1104 conda-forge
holoviews 1.13.3 pyh9f0ad1d_0 conda-forge
hydrofunctions 0.1.7 py_1 conda-forge
icc_rt 2019.0.0 h0cc432a_1
icu 64.2 he025d50_1 conda-forge
idna 2.10 pyh9f0ad1d_0 conda-forge
imagesize 1.2.0 py_0 conda-forge
importlib-metadata 1.7.0 py36h9f0ad1d_0 conda-forge
importlib_metadata 1.7.0 0 conda-forge
intel-openmp 2019.4 245
intervaltree 3.0.2 py_0 conda-forge
ipykernel 5.3.3 py36h5ca1d4c_0 conda-forge
ipython 7.16.1 py36h95af2a2_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
isort 5.1.4 py36h9f0ad1d_0 conda-forge
jedi 0.17.1 py36h9f0ad1d_0 conda-forge
jinja2 2.11.2 pyh9f0ad1d_0 conda-forge
joblib 0.16.0 py_0 conda-forge
jpeg 9d he774522_0 conda-forge
jsonschema 3.2.0 py36h9f0ad1d_1 conda-forge
jupyter_client 6.1.6 py_0 conda-forge
jupyter_core 4.6.3 py36h9f0ad1d_1 conda-forge
kealib 1.4.13 hd6dc3df_0 conda-forge
keyring 21.2.1 py36h9f0ad1d_0 conda-forge
kiwisolver 1.2.0 py36h246c5b5_0 conda-forge
krb5 1.17.1 hc04afaa_1 conda-forge
lazy-object-proxy 1.4.3 py36h68a101e_2 conda-forge
libblas 3.8.0 14_mkl conda-forge
libcblas 3.8.0 14_mkl conda-forge
libclang 9.0.1 default_hf44288c_0 conda-forge
libcurl 7.71.1 h4b64cdc_3 conda-forge
libffi 3.2.1 h6538335_1007 conda-forge
libgdal 3.0.4 h821c9b7_6 conda-forge
libiconv 1.15 hfa6e2cd_1006 conda-forge
libkml 1.3.0 h7e985d0_1011 conda-forge
liblapack 3.8.0 14_mkl conda-forge
libnetcdf 4.7.4 nompi_hc957ea6_101 conda-forge
libpng 1.6.37 hfe6a214_1 conda-forge
libpq 12.3 hd9aa61d_0 conda-forge
libpython 2.0 py36h9f0ad1d_0 conda-forge
libsodium 1.0.17 h2fa13f4_0 conda-forge
libspatialindex 1.9.3 he025d50_3 conda-forge
libspatialite 4.3.0a h51df0ed_1038 conda-forge
libssh2 1.9.0 hb06d900_4 conda-forge
libtiff 4.1.0 h885aae3_6 conda-forge
libwebp-base 1.1.0 hfa6e2cd_3 conda-forge
libxml2 2.9.10 h5d81f1c_1 conda-forge
libxslt 1.1.33 h579f668_1 conda-forge
lxml 4.5.2 py36hd9844f4_0 conda-forge
lz4-c 1.9.2 h62dcd97_1 conda-forge
m2w64-bwidget 1.9.10 2
m2w64-bzip2 1.0.6 6
m2w64-expat 2.1.1 2
m2w64-fftw 3.3.4 6
m2w64-flac 1.3.1 3
m2w64-gcc-libgfortran 5.3.0 6
m2w64-gcc-libs 5.3.0 7
m2w64-gcc-libs-core 5.3.0 7
m2w64-gettext 0.19.7 2
m2w64-gmp 6.1.0 2
m2w64-gsl 2.1 2
m2w64-icu 58.2 heb44b8b_2
m2w64-libiconv 1.14 6
m2w64-libjpeg-turbo 1.4.2 3
m2w64-libogg 1.3.2 3
m2w64-libpng 1.6.21 2
m2w64-libsndfile 1.0.26 2
m2w64-libtiff 4.0.6 2
m2w64-libvorbis 1.3.5 2
m2w64-libwinpthread-git 5.0.0.4634.697f757 2
m2w64-libxml2 2.9.3 4
m2w64-mpfr 3.1.4 4
m2w64-openblas 0.2.19 1
m2w64-pcre 8.38 2
m2w64-speex 1.2rc2 3
m2w64-speexdsp 1.2rc3 3
m2w64-tcl 8.6.5 3
m2w64-tk 8.6.5 3
m2w64-tktable 2.10 5
m2w64-wineditline 2.101 5
m2w64-xz 5.2.2 2
m2w64-zlib 1.2.8 10
markdown 3.2.2 py_0 conda-forge
markupsafe 1.1.1 py36h68a101e_1 conda-forge
matplotlib 3.3.0 0 conda-forge
matplotlib-base 3.3.0 py36h856a30b_0 conda-forge
mccabe 0.6.1 py_1 conda-forge
mistune 0.8.4 py36h68a101e_1001 conda-forge
mkl 2019.4 245
mkl-service 2.3.0 py36hfa6e2cd_0 conda-forge
mpld3 0.5.1 pyh9f0ad1d_0 conda-forge
mplleaflet 0.0.5 py_4 conda-forge
msys2-conda-epoch 20160418 1
munch 2.5.0 py_0 conda-forge
nbconvert 5.6.1 py36h9f0ad1d_1 conda-forge
nbformat 5.0.7 py_0 conda-forge
nco 4.9.2 nompi_h2fa78e5_2 conda-forge
netcdf4 1.5.3 nompi_py36h86f0940_103 conda-forge
notebook 6.0.3 py36h9f0ad1d_1 conda-forge
numpy 1.19.0 py36h4d86e3b_0 conda-forge
numpydoc 1.1.0 pyh9f0ad1d_0 conda-forge
olefile 0.46 py_0 conda-forge
openjpeg 2.3.1 h57dd2e7_3 conda-forge
openssl 1.1.1g he774522_0 conda-forge
owslib 0.20.0 py_0 conda-forge
packaging 20.4 pyh9f0ad1d_0 conda-forge
paegan 1.1.4 py_1 conda-forge
palettable 3.3.0 py_0 conda-forge
pandas 1.0.5 py36hcc50265_0 conda-forge
pandoc 2.10 he774522_0 conda-forge
pandocfilters 1.4.2 py_1 conda-forge
panel 0.9.7 py_0 conda-forge
param 1.9.3 py_0 conda-forge
paramiko 2.7.1 py36_0 conda-forge
parso 0.7.0 pyh9f0ad1d_0 conda-forge
pathtools 0.1.2 py_1 conda-forge
patsy 0.5.1 py_0 conda-forge
pcre 8.44 h6538335_0 conda-forge
pexpect 4.8.0 py36h9f0ad1d_1 conda-forge
pickleshare 0.7.5 py36h9f0ad1d_1001 conda-forge
pillow 7.2.0 py36he4e95fe_1 conda-forge
pip 20.1.1 py_1 conda-forge
plotly 4.9.0 pyh9f0ad1d_0 conda-forge
pluggy 0.13.1 py36h9f0ad1d_2 conda-forge
poppler 0.67.0 h1707e21_8 conda-forge
poppler-data 0.4.9 1 conda-forge
postgresql 12.3 he14cc48_0 conda-forge
proj 7.0.0 haa36216_5 conda-forge
prometheus_client 0.8.0 pyh9f0ad1d_0 conda-forge
prompt-toolkit 3.0.5 py_1 conda-forge
psutil 5.7.2 py36h779f372_0 conda-forge
pycodestyle 2.6.0 pyh9f0ad1d_0 conda-forge
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pyct 0.4.6 py_0 conda-forge
pyct-core 0.4.6 py_0 conda-forge
pydocstyle 5.0.2 py_0 conda-forge
pyepsg 0.4.0 py_0 conda-forge
pyflakes 2.2.0 pyh9f0ad1d_0 conda-forge
pygments 2.6.1 py_0 conda-forge
pylint 2.3.1 py36_0 conda-forge
pynacl 1.3.0 py36h2fa13f4_1001 conda-forge
pyoos 0.8.4 py_1 conda-forge
pyopenssl 19.1.0 py_1 conda-forge
pyparsing 2.4.7 pyh9f0ad1d_0 conda-forge
pyproj 2.6.1.post1 py36h6792c24_0 conda-forge
pyqt 5.12.3 py36h003fed8_3 conda-forge
pyqt5-sip 4.19.18 pypi_0 pypi
pyqtchart 5.12 pypi_0 pypi
pyqtwebengine 5.12.1 pypi_0 pypi
pyrsistent 0.16.0 py36h68a101e_0 conda-forge
pyshp 2.1.0 py_0 conda-forge
pysocks 1.7.1 py36h9f0ad1d_1 conda-forge
python 3.6.10 he025d50_1009_cpython conda-forge
python-dateutil 2.8.1 py_0 conda-forge
python-jsonrpc-server 0.3.4 pyh9f0ad1d_1 conda-forge
python-language-server 0.34.1 py36h9f0ad1d_0 conda-forge
python_abi 3.6 1_cp36m conda-forge
pytz 2020.1 pyh9f0ad1d_0 conda-forge
pyviz_comms 0.7.6 pyh9f0ad1d_0 conda-forge
pywin32 227 py36hfa6e2cd_0 conda-forge
pywin32-ctypes 0.2.0 py36h9f0ad1d_1001 conda-forge
pywinpty 0.5.7 py36_0 conda-forge
pyyaml 5.3.1 py36h68a101e_0 conda-forge
pyzmq 19.0.1 py36h274d426_0 conda-forge
qdarkstyle 2.8.1 pyh9f0ad1d_0 conda-forge
qt 5.12.5 h7ef1ec2_0 conda-forge
qtawesome 0.7.2 pyh9f0ad1d_0 conda-forge
qtconsole 4.7.5 pyh9f0ad1d_0 conda-forge
qtpy 1.9.0 py_0 conda-forge
r-abind 1.4_5 r35h6115d3f_1002 conda-forge
r-askpass 1.1 r35hda5aaf8_1 conda-forge
r-assertthat 0.2.1 r35h6115d3f_1 conda-forge
r-backports 1.1.6 r35hda5aaf8_1 conda-forge
r-base 3.5.1 h0c8e037_1012 conda-forge
r-base64enc 0.1_3 r35hda5aaf8_1003 conda-forge
r-bayesplot 1.7.1 r35h6115d3f_0 conda-forge
r-bh 1.72.0_3 r35h6115d3f_0 conda-forge
r-bridgesampling 1.0_0 r35h6115d3f_0 conda-forge
r-brms 2.6.0 r351h6115d3f_0 conda-forge
r-brobdingnag 1.2_6 r35h6115d3f_1002 conda-forge
r-broom 0.5.6 r35h6115d3f_0 conda-forge
r-callr 3.4.3 r35h6115d3f_0 conda-forge
r-checkmate 2.0.0 r35hda5aaf8_0 conda-forge
r-cli 2.0.2 r35h6115d3f_0 conda-forge
r-clipr 0.7.0 r35h6115d3f_0 conda-forge
r-coda 0.19_3 r35h6115d3f_1 conda-forge
r-colorspace 1.4_1 r35hda5aaf8_1 conda-forge
r-colourpicker 1.0 r35h6115d3f_1002 conda-forge
r-cowplot 1.0.0 r35h6115d3f_1 conda-forge
r-crayon 1.3.4 r35h6115d3f_1002 conda-forge
r-crosstalk 1.1.0.1 r35h6115d3f_0 conda-forge
r-crul 0.9.0 r35h6115d3f_0 conda-forge
r-curl 4.3 r35hda5aaf8_0 conda-forge
r-data.table 1.12.8 r35hda5aaf8_0 conda-forge
r-desc 1.2.0 r35h6115d3f_1002 conda-forge
r-digest 0.6.25 r35h796a38f_1 conda-forge
r-dplyr 0.8.5 r35h796a38f_0 conda-forge
r-dt 0.13 r35h6115d3f_0 conda-forge
r-dygraphs 1.1.1.6 r35h6115d3f_1002 conda-forge
r-ellipsis 0.3.0 r35hda5aaf8_0 conda-forge
r-eml 1.0.3 r35h6115d3f_1002 conda-forge
r-envstats 2.3.1 r35_1001 conda-forge
r-evaluate 0.14 r35h6115d3f_1 conda-forge
r-exactranktests 0.8_31 r35hda5aaf8_0 conda-forge
r-fansi 0.4.1 r35hda5aaf8_0 conda-forge
r-farver 2.0.3 r35h796a38f_0 conda-forge
r-fastmap 1.0.1 r35h796a38f_0 conda-forge
r-finch 0.2.0 r35h6115d3f_1002 conda-forge
r-fitdistrplus 1.0_14 r35h6115d3f_1 conda-forge
r-generics 0.0.2 r35h6115d3f_1002 conda-forge
r-ggfortify 0.4.10 r35h6115d3f_0 conda-forge
r-ggplot2 3.3.0 r35h6115d3f_0 conda-forge
r-ggpubr 0.2.5 r35h6115d3f_0 conda-forge
r-ggrepel 0.8.2 r35h796a38f_0 conda-forge
r-ggridges 0.5.2 r35h6115d3f_1 conda-forge
r-ggsci 2.9 r35h6115d3f_1002 conda-forge
r-ggsignif 0.6.0 r35h6115d3f_0 conda-forge
r-glue 1.4.0 r35hda5aaf8_0 conda-forge
r-gridextra 2.3 r35h6115d3f_1002 conda-forge
r-gsw 1.0_5 r35h301d43c_1001 conda-forge
r-gtable 0.3.0 r35h6115d3f_2 conda-forge
r-gtools 3.8.2 r35hda5aaf8_0 conda-forge
r-highr 0.8 r35h6115d3f_1 conda-forge
r-hms 0.5.3 r35h6115d3f_0 conda-forge
r-hoardr 0.5.2 r35h6115d3f_1 conda-forge
r-htmltools 0.4.0 r35h796a38f_0 conda-forge
r-htmlwidgets 1.5.1 r35h6115d3f_0 conda-forge
r-httpcode 0.3.0 r35_0 conda-forge
r-httpuv 1.5.2 r35h796a38f_1 conda-forge
r-httr 1.4.1 r35h6115d3f_1 conda-forge
r-igraph 1.2.5 r35h7f2dcbc_0 conda-forge
r-inline 0.3.15 r35h6115d3f_1001 conda-forge
r-irdisplay 0.7 r35_1001 conda-forge
r-irkernel 1.1 r35h6115d3f_0 conda-forge
r-isoband 0.2.1 r35h796a38f_0 conda-forge
r-jsonlite 1.6.1 r35hda5aaf8_0 conda-forge
r-km.ci 0.5_2 r35h6115d3f_1002 conda-forge
r-kmsurv 0.1_5 r35h6115d3f_1002 conda-forge
r-knitr 1.28 r35h6115d3f_0 conda-forge
r-labeling 0.3 r35h6115d3f_1002 conda-forge
r-later 1.0.0 r35h796a38f_0 conda-forge
r-lattice 0.20_41 r35hda5aaf8_1 conda-forge
r-lazyeval 0.2.2 r35hda5aaf8_1 conda-forge
r-leaflet 2.0.3 r35h6115d3f_0 conda-forge
r-leaflet.providers 1.9.0 r35h6115d3f_0 conda-forge
r-lifecycle 0.2.0 r35h6115d3f_0 conda-forge
r-loo 2.2.0 r35h6115d3f_0 conda-forge
r-lsei 1.2_0 r35h8933c1f_1004 conda-forge
r-lubridate 1.7.8 r35h796a38f_0 conda-forge
r-magrittr 1.5 r35h6115d3f_1002 conda-forge
r-mapdata 2.3.0 r35hda5aaf8_1003 conda-forge
r-maps 3.3.0 r35hda5aaf8_1003 conda-forge
r-markdown 1.1 r35hda5aaf8_0 conda-forge
r-mass 7.3_51.6 r35hda5aaf8_1 conda-forge
r-matrix 1.2_18 r35h0adb578_2 conda-forge
r-matrixstats 0.56.0 r35hda5aaf8_0 conda-forge
r-maxstat 0.7_25 r35hda5aaf8_1003 conda-forge
r-mgcv 1.8_31 r35h0adb578_0 conda-forge
r-mime 0.9 r35hda5aaf8_0 conda-forge
r-miniui 0.1.1.1 r35h6115d3f_1001 conda-forge
r-munsell 0.5.0 r35h6115d3f_1002 conda-forge
r-mvtnorm 1.1_0 r35h17ddedb_0 conda-forge
r-nada 1.6_1.1 r35h6115d3f_0 conda-forge
r-ncdf4 1.17 r35h534056c_2 conda-forge
r-nleqslv 3.3.2 r35h17ddedb_1004 conda-forge
r-nlme 3.1_147 r35h17ddedb_0 conda-forge
r-nortest 1.0_4 r35h6115d3f_1002 conda-forge
r-npsurv 0.4_0 r35h6115d3f_1001 conda-forge
r-oce 1.2_0 r35hf9d1db5_0 conda-forge
r-openssl 1.4.1 r35h601d743_0 conda-forge
r-packrat 0.5.0 r35h6115d3f_1001 conda-forge
r-pbdzmq 0.3_3 r35h8216dcb_1002 conda-forge
r-pillar 1.4.3 r35h6115d3f_0 conda-forge
r-pkgbuild 1.0.7 r35h6115d3f_0 conda-forge
r-pkgconfig 2.0.3 r35h6115d3f_0 conda-forge
r-pkgload 1.0.2 r35h796a38f_1001 conda-forge
r-plogr 0.2.0 r35h6115d3f_1002 conda-forge
r-plyr 1.8.6 r35h796a38f_0 conda-forge
r-png 0.1_7 r35hda5aaf8_1003 conda-forge
r-polynom 1.4_0 r35h6115d3f_1 conda-forge
r-praise 1.0.0 r35h6115d3f_1003 conda-forge
r-prettyunits 1.1.1 r35h6115d3f_0 conda-forge
r-processx 3.4.2 r35hda5aaf8_0 conda-forge
r-promises 1.1.0 r35h796a38f_0 conda-forge
r-ps 1.3.2 r35hda5aaf8_0 conda-forge
r-purrr 0.3.4 r35hda5aaf8_0 conda-forge
r-r6 2.4.1 r35h6115d3f_0 conda-forge
r-rappdirs 0.3.1 r35hda5aaf8_1003 conda-forge
r-raster 3.1_5 r35h796a38f_0 conda-forge
r-rcolorbrewer 1.1_2 r35h6115d3f_1002 conda-forge
r-rcpp 1.0.4.6 r35h796a38f_0 conda-forge
r-rcppeigen 0.3.3.7.0 r35h796a38f_0 conda-forge
r-readr 1.3.1 r35h796a38f_1002 conda-forge
r-repr 1.1.0 r35h6115d3f_0 conda-forge
r-rerddap 0.6.5 r35h6115d3f_0 conda-forge
r-reshape2 1.4.4 r35h796a38f_0 conda-forge
r-rlang 0.4.5 r35hda5aaf8_2 conda-forge
r-robis 2.1.8 r35h6115d3f_1 conda-forge
r-rprojroot 1.3_2 r35h6115d3f_1002 conda-forge
r-rsconnect 0.8.16 r35h6115d3f_0 conda-forge
r-rstan 2.17.3 r351h6115d3f_2 conda-forge
r-rstantools 2.0.0 r35h796a38f_1 conda-forge
r-rstudioapi 0.11 r35h6115d3f_0 conda-forge
r-scales 1.1.0 r35h6115d3f_0 conda-forge
r-shiny 1.4.0.2 r35h6115d3f_0 conda-forge
r-shinyjs 1.1 r35h6115d3f_0 conda-forge
r-shinystan 2.5.0 r35h6115d3f_1002 conda-forge
r-shinythemes 1.1.2 r35h6115d3f_1 conda-forge
r-sourcetools 0.1.7 r35hca4a3dc_1001 conda-forge
r-sp 1.4_1 r35hda5aaf8_0 conda-forge
r-stanheaders 2.21.0_1 r35h5b3a9a7_0 conda-forge
r-stringi 1.4.6 r35h796a38f_1 conda-forge
r-stringr 1.4.0 r35h6115d3f_1 conda-forge
r-survival 3.1_12 r35hda5aaf8_0 conda-forge
r-survminer 0.4.6 r35h6115d3f_0 conda-forge
r-survmisc 0.5.5 r35h6115d3f_1002 conda-forge
r-sys 3.3 r35hda5aaf8_0 conda-forge
r-testthat 2.3.2 r35h796a38f_0 conda-forge
r-threejs 0.3.3 r35h6115d3f_0 conda-forge
r-tibble 3.0.1 r35hda5aaf8_0 conda-forge
r-tidyr 1.0.2 r35h796a38f_0 conda-forge
r-tidyselect 1.0.0 r35h6115d3f_0 conda-forge
r-triebeard 0.3.0 r35hca4a3dc_1002 conda-forge
r-urltools 1.7.3 r35h796a38f_1 conda-forge
r-utf8 1.1.4 r35hda5aaf8_1002 conda-forge
r-uuid 0.1_4 r35hda5aaf8_0 conda-forge
r-vctrs 0.2.4 r35hda5aaf8_0 conda-forge
r-viridis 0.5.1 r35h6115d3f_1003 conda-forge
r-viridislite 0.3.0 r35h6115d3f_1002 conda-forge
r-withr 2.2.0 r35h6115d3f_0 conda-forge
r-xfun 0.13 r35h6115d3f_0 conda-forge
r-xml2 1.3.2 r35h796a38f_0 conda-forge
r-xtable 1.8_4 r35h6115d3f_2 conda-forge
r-xtractomatic 3.4.2 r35h6115d3f_1 conda-forge
r-xts 0.12_0 r35hda5aaf8_0 conda-forge
r-yaml 2.2.1 r35hda5aaf8_0 conda-forge
r-zeallot 0.1.0 r35h6115d3f_1001 conda-forge
r-zoo 1.8_7 r35hda5aaf8_0 conda-forge
rasterio 1.1.5 py36ha22ed69_0 conda-forge
requests 2.24.0 pyh9f0ad1d_0 conda-forge
retrying 1.3.3 py_2 conda-forge
rope 0.17.0 pyh9f0ad1d_0 conda-forge
rpy2 3.1.0 py36r35h21ffa51_3 conda-forge
rtree 0.9.4 py36h9a6d676_1 conda-forge
scikit-learn 0.23.1 py36h13569b7_0 conda-forge
scipy 1.5.0 py36h9439919_0
seaborn 0.10.1 1 conda-forge
seaborn-base 0.10.1 py_1 conda-forge
seawater 3.3.4 py_1 conda-forge
selenium 3.141.0 py36h68a101e_1001 conda-forge
send2trash 1.5.0 py_0 conda-forge
sensorml2iso 1.0.5 py_0 conda-forge
setuptools 49.2.0 py36h9f0ad1d_0 conda-forge
shapely 1.7.0 py36hcd51921_3 conda-forge
shared 0.0.0 dev_0
simplegeneric 0.8.1 py_1 conda-forge
six 1.15.0 pyh9f0ad1d_0 conda-forge
snowballstemmer 2.0.0 py_0 conda-forge
snuggs 1.4.7 py_0 conda-forge
sortedcontainers 2.2.2 pyh9f0ad1d_0 conda-forge
soupsieve 2.0.1 py36h9f0ad1d_0 conda-forge
sphinx 3.1.2 py_0 conda-forge
sphinxcontrib-applehelp 1.0.2 py_0 conda-forge
sphinxcontrib-devhelp 1.0.2 py_0 conda-forge
sphinxcontrib-htmlhelp 1.0.3 py_0 conda-forge
sphinxcontrib-jsmath 1.0.1 py_0 conda-forge
sphinxcontrib-qthelp 1.0.3 py_0 conda-forge
sphinxcontrib-serializinghtml 1.1.4 py_0 conda-forge
spyder 4.1.4 py36h9f0ad1d_0 conda-forge
spyder-kernels 1.9.2 py36h9f0ad1d_0 conda-forge
sqlalchemy 1.3.18 py36h779f372_0 conda-forge
sqlite 3.32.3 he774522_1 conda-forge
statsmodels 0.11.1 py36h779f372_2 conda-forge
tbb 2020.1 he980bc4_0 conda-forge
terminado 0.8.3 py36h9f0ad1d_1 conda-forge
testpath 0.4.4 py_0 conda-forge
threadpoolctl 2.1.0 pyh5ca1d4c_0 conda-forge
tiledb 1.7.7 h0b90766_3 conda-forge
tk 8.6.10 hfa6e2cd_0 conda-forge
toml 0.10.1 pyh9f0ad1d_0 conda-forge
tornado 6.0.4 py36hfa6e2cd_0 conda-forge
tqdm 4.48.0 pyh9f0ad1d_0 conda-forge
traitlets 4.3.3 py36h9f0ad1d_1 conda-forge
typed-ast 1.4.1 py36hfa6e2cd_0 conda-forge
typing_extensions 3.7.4.2 py_0 conda-forge
tzlocal 2.1 pyh9f0ad1d_0 conda-forge
udunits2 2.2.27.6 h252784a_1001 conda-forge
ujson 1.35 py36hbd05846_1002 conda-forge
urllib3 1.25.9 py_0 conda-forge
vc 14.1 h869be7e_1 conda-forge
vs2015_runtime 14.16.27012 h30e32a0_2 conda-forge
watchdog 0.10.3 py36h9f0ad1d_0 conda-forge
wcwidth 0.2.5 pyh9f0ad1d_0 conda-forge
webencodings 0.5.1 py_1 conda-forge
wheel 0.34.2 py_1 conda-forge
win_inet_pton 1.1.0 py36_0 conda-forge
wincertstore 0.2 py36_1003 conda-forge
winpty 0.4.3 4 conda-forge
wrapt 1.11.2 py36h68a101e_0 conda-forge
xarray 0.16.0 py_0 conda-forge
xerces-c 3.2.2 h6538335_1004 conda-forge
xlrd 1.2.0 py_0 conda-forge
xlsxwriter 1.2.9 pyh9f0ad1d_0 conda-forge
xz 5.2.5 h62dcd97_1 conda-forge
yaml 0.2.5 he774522_0 conda-forge
yapf 0.29.0 py_0 conda-forge
zeromq 4.3.2 ha925a31_3 conda-forge
zipp 3.1.0 py_0 conda-forge
zlib 1.2.11 h2fa13f4_1006 conda-forge
zstd 1.4.5 h1f3a1b7_1 conda-forge
Thank for the info @DanCodigaMWRA , I tried creating an env using conda-forge channel and updating conda to 4.8.3 in my base env but I'm unable to trigger the error :/
However hover hints were not working and also in the internal console I could see this message:
C:\Users\Daniel\Anaconda3\envs\cforge\lib\site-packages\setuptools\distutils_patch.py:26: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first.
"Distutils was imported before Setuptools. This usage is discouraged "
This is what I used to create the env: conda create -n cforge python=3.6.10 spyder=4.1.4
Just in case this is the conda list of the env I created:
# packages in environment at C:\Users\Daniel\Anaconda3\envs\cforge:
#
# Name Version Build Channel
alabaster 0.7.12 py_0 conda-forge
argh 0.26.2 py36_1001 conda-forge
astroid 1.6.5 py36_0 conda-forge
atomicwrites 1.4.0 pyh9f0ad1d_0 conda-forge
attrs 19.3.0 py_0 conda-forge
autopep8 1.5.3 pyh9f0ad1d_0 conda-forge
babel 2.8.0 py_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
bcrypt 3.1.7 py36h68a101e_1 conda-forge
bleach 3.1.5 pyh9f0ad1d_0 conda-forge
brotlipy 0.7.0 py36h779f372_1000 conda-forge
ca-certificates 2020.6.20 hecda079_0 conda-forge
certifi 2020.6.20 py36h9f0ad1d_0 conda-forge
cffi 1.14.0 py36ha419a9e_0 conda-forge
chardet 3.0.4 py36h9f0ad1d_1006 conda-forge
cloudpickle 1.5.0 py_0 conda-forge
colorama 0.4.3 py_0 conda-forge
cryptography 2.9.2 py36hef61171_0 conda-forge
decorator 4.4.2 py_0 conda-forge
defusedxml 0.6.0 py_0 conda-forge
diff-match-patch 20200713 pyh9f0ad1d_0 conda-forge
docutils 0.16 py36h9f0ad1d_1 conda-forge
entrypoints 0.3 py36h9f0ad1d_1001 conda-forge
flake8 3.8.3 py_1 conda-forge
future 0.18.2 py36h9f0ad1d_1 conda-forge
icu 64.2 he025d50_1 conda-forge
idna 2.10 pyh9f0ad1d_0 conda-forge
imagesize 1.2.0 py_0 conda-forge
importlib-metadata 1.7.0 py36h9f0ad1d_0 conda-forge
importlib_metadata 1.7.0 0 conda-forge
intervaltree 3.0.2 py_0 conda-forge
ipykernel 5.3.3 py36h5ca1d4c_0 conda-forge
ipython 7.16.1 py36h95af2a2_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
isort 5.1.4 py36h9f0ad1d_0 conda-forge
jedi 0.17.1 py36h9f0ad1d_0 conda-forge
jinja2 2.11.2 pyh9f0ad1d_0 conda-forge
jpeg 9d he774522_0 conda-forge
jsonschema 3.2.0 py36h9f0ad1d_1 conda-forge
jupyter_client 6.1.6 py_0 conda-forge
jupyter_core 4.6.3 py36h9f0ad1d_1 conda-forge
keyring 21.2.1 py36h9f0ad1d_0 conda-forge
lazy-object-proxy 1.5.0 py36h779f372_0 conda-forge
libclang 9.0.1 default_hf44288c_0 conda-forge
libpng 1.6.37 hfe6a214_1 conda-forge
libsodium 1.0.17 h2fa13f4_0 conda-forge
libspatialindex 1.9.3 he025d50_3 conda-forge
markupsafe 1.1.1 py36h68a101e_1 conda-forge
mccabe 0.6.1 py_1 conda-forge
mistune 0.8.4 py36h68a101e_1001 conda-forge
nbconvert 5.6.1 py36h9f0ad1d_1 conda-forge
nbformat 5.0.7 py_0 conda-forge
numpydoc 1.1.0 pyh9f0ad1d_0 conda-forge
openssl 1.1.1g he774522_0 conda-forge
packaging 20.4 pyh9f0ad1d_0 conda-forge
pandoc 2.10 he774522_0 conda-forge
pandocfilters 1.4.2 py_1 conda-forge
paramiko 2.7.1 py36_0 conda-forge
parso 0.7.0 pyh9f0ad1d_0 conda-forge
pathtools 0.1.2 py_1 conda-forge
pexpect 4.8.0 py36h9f0ad1d_1 conda-forge
pickleshare 0.7.5 py36h9f0ad1d_1001 conda-forge
pip 20.1.1 py_1 conda-forge
pluggy 0.13.1 py36h9f0ad1d_2 conda-forge
prompt-toolkit 3.0.5 py_1 conda-forge
psutil 5.7.2 py36h779f372_0 conda-forge
pycodestyle 2.6.0 pyh9f0ad1d_0 conda-forge
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pydocstyle 5.0.2 py_0 conda-forge
pyflakes 2.2.0 pyh9f0ad1d_0 conda-forge
pygments 2.6.1 py_0 conda-forge
pylint 1.8.4 py36_0 conda-forge
pynacl 1.3.0 py36h2fa13f4_1001 conda-forge
pyopenssl 19.1.0 py_1 conda-forge
pyparsing 2.4.7 pyh9f0ad1d_0 conda-forge
pyqt 5.12.3 py36h003fed8_3 conda-forge
pyqt5-sip 4.19.18 pypi_0 pypi
pyqtchart 5.12 pypi_0 pypi
pyqtwebengine 5.12.1 pypi_0 pypi
pyrsistent 0.16.0 py36h68a101e_0 conda-forge
pysocks 1.7.1 py36h9f0ad1d_1 conda-forge
python 3.6.10 he025d50_1009_cpython conda-forge
python-dateutil 2.8.1 py_0 conda-forge
python-jsonrpc-server 0.3.4 pyh9f0ad1d_1 conda-forge
python-language-server 0.34.1 py36h9f0ad1d_0 conda-forge
python_abi 3.6 1_cp36m conda-forge
pytz 2020.1 pyh9f0ad1d_0 conda-forge
pywin32 227 py36hfa6e2cd_0 conda-forge
pywin32-ctypes 0.2.0 py36h9f0ad1d_1001 conda-forge
pyyaml 5.3.1 py36h68a101e_0 conda-forge
pyzmq 19.0.1 py36h274d426_0 conda-forge
qdarkstyle 2.8.1 pyh9f0ad1d_0 conda-forge
qt 5.12.5 h7ef1ec2_0 conda-forge
qtawesome 0.7.2 pyh9f0ad1d_0 conda-forge
qtconsole 4.7.5 pyh9f0ad1d_0 conda-forge
qtpy 1.9.0 py_0 conda-forge
requests 2.24.0 pyh9f0ad1d_0 conda-forge
rope 0.17.0 pyh9f0ad1d_0 conda-forge
rtree 0.9.4 py36h9a6d676_1 conda-forge
setuptools 49.2.0 py36h9f0ad1d_0 conda-forge
six 1.15.0 pyh9f0ad1d_0 conda-forge
snowballstemmer 2.0.0 py_0 conda-forge
sortedcontainers 2.2.2 pyh9f0ad1d_0 conda-forge
sphinx 3.1.2 py_0 conda-forge
sphinxcontrib-applehelp 1.0.2 py_0 conda-forge
sphinxcontrib-devhelp 1.0.2 py_0 conda-forge
sphinxcontrib-htmlhelp 1.0.3 py_0 conda-forge
sphinxcontrib-jsmath 1.0.1 py_0 conda-forge
sphinxcontrib-qthelp 1.0.3 py_0 conda-forge
sphinxcontrib-serializinghtml 1.1.4 py_0 conda-forge
spyder 4.1.4 py36h9f0ad1d_0 conda-forge
spyder-kernels 1.9.2 py36h9f0ad1d_0 conda-forge
sqlite 3.32.3 he774522_1 conda-forge
testpath 0.4.4 py_0 conda-forge
toml 0.10.1 pyh9f0ad1d_0 conda-forge
tornado 6.0.4 py36hfa6e2cd_0 conda-forge
traitlets 4.3.3 py36h9f0ad1d_1 conda-forge
ujson 1.35 py36hbd05846_1002 conda-forge
urllib3 1.25.9 py_0 conda-forge
vc 14.1 h869be7e_1 conda-forge
vs2015_runtime 14.16.27012 h30e32a0_2 conda-forge
watchdog 0.10.3 py36h9f0ad1d_0 conda-forge
wcwidth 0.2.5 pyh9f0ad1d_0 conda-forge
webencodings 0.5.1 py_1 conda-forge
wheel 0.34.2 py_1 conda-forge
win_inet_pton 1.1.0 py36_0 conda-forge
wincertstore 0.2 py36_1003 conda-forge
wrapt 1.12.1 py36h68a101e_1 conda-forge
yaml 0.2.5 he774522_0 conda-forge
yapf 0.29.0 py_0 conda-forge
zeromq 4.3.2 ha925a31_3 conda-forge
zipp 3.1.0 py_0 conda-forge
zlib 1.2.11 h2fa13f4_1006 conda-forge
Also, checking your dependencies list, seems like you have some pyqt related packages installed from pypi, I'm unsure but maybe this ones are some how could also be causing problems?
What do you think about this one @ccordoba12 ?
What do you think about this one @ccordoba12 ?
This could be caused by Jedi not working well in Python 3.6. Unfortunately, all our tests run in Python 3.7.
@dalthviz, what happens if you create a Python 3.7 environment using conda-forge packages?
"all our tests run in Python 3.7."
This sure is good to know. Long ago I chose to stay at 3.6 because some of the packages I was using weren't available yet in 3.7. It seems like it is time for me to go to 3.7 now. I will try creating my virtual environment using 3.7. If all goes well that may get me past these issues.
Thank you.
@ccordoba12 @DanCodigaMWRA checking with Python 3.7.6 and conda-forge packages the hover hints worked. Just in case the packages list of the testing env created are:
# packages in environment at C:\Users\Daniel\Anaconda3\envs\cforge37:
#
# Name Version Build Channel
alabaster 0.7.12 py_0 conda-forge
argh 0.26.2 py37_1001 conda-forge
astroid 2.4.2 py37hc8dfbb8_0 conda-forge
atomicwrites 1.4.0 pyh9f0ad1d_0 conda-forge
attrs 19.3.0 py_0 conda-forge
autopep8 1.5.3 pyh9f0ad1d_0 conda-forge
babel 2.8.0 py_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
bcrypt 3.1.7 py37h8055547_1 conda-forge
bleach 3.1.5 pyh9f0ad1d_0 conda-forge
brotlipy 0.7.0 py37h4ab8f01_1000 conda-forge
ca-certificates 2020.6.20 hecda079_0 conda-forge
certifi 2020.6.20 py37hc8dfbb8_0 conda-forge
cffi 1.14.0 py37ha419a9e_0 conda-forge
chardet 3.0.4 py37hc8dfbb8_1006 conda-forge
cloudpickle 1.5.0 py_0 conda-forge
colorama 0.4.3 py_0 conda-forge
cryptography 2.9.2 py37h26f1ce3_0 conda-forge
decorator 4.4.2 py_0 conda-forge
defusedxml 0.6.0 py_0 conda-forge
diff-match-patch 20200713 pyh9f0ad1d_0 conda-forge
docutils 0.16 py37hc8dfbb8_1 conda-forge
entrypoints 0.3 py37hc8dfbb8_1001 conda-forge
flake8 3.8.3 py_1 conda-forge
future 0.18.2 py37hc8dfbb8_1 conda-forge
icu 64.2 he025d50_1 conda-forge
idna 2.10 pyh9f0ad1d_0 conda-forge
imagesize 1.2.0 py_0 conda-forge
importlib-metadata 1.7.0 py37hc8dfbb8_0 conda-forge
importlib_metadata 1.7.0 0 conda-forge
intervaltree 3.0.2 py_0 conda-forge
ipykernel 5.3.3 py37h5ca1d4c_0 conda-forge
ipython 7.16.1 py37h43977f1_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
isort 4.3.21 py37hc8dfbb8_1 conda-forge
jedi 0.17.1 py37hc8dfbb8_0 conda-forge
jinja2 2.11.2 pyh9f0ad1d_0 conda-forge
jpeg 9d he774522_0 conda-forge
jsonschema 3.2.0 py37hc8dfbb8_1 conda-forge
jupyter_client 6.1.6 py_0 conda-forge
jupyter_core 4.6.3 py37hc8dfbb8_1 conda-forge
keyring 21.2.1 py37hc8dfbb8_0 conda-forge
lazy-object-proxy 1.4.3 py37h8055547_2 conda-forge
libclang 9.0.1 default_hf44288c_0 conda-forge
libpng 1.6.37 hfe6a214_1 conda-forge
libsodium 1.0.17 h2fa13f4_0 conda-forge
libspatialindex 1.9.3 he025d50_3 conda-forge
markupsafe 1.1.1 py37h8055547_1 conda-forge
mccabe 0.6.1 py_1 conda-forge
mistune 0.8.4 py37h8055547_1001 conda-forge
nbconvert 5.6.1 py37hc8dfbb8_1 conda-forge
nbformat 5.0.7 py_0 conda-forge
numpydoc 1.1.0 pyh9f0ad1d_0 conda-forge
openssl 1.1.1g he774522_0 conda-forge
packaging 20.4 pyh9f0ad1d_0 conda-forge
pandoc 2.10 he774522_0 conda-forge
pandocfilters 1.4.2 py_1 conda-forge
paramiko 2.7.1 py37_0 conda-forge
parso 0.7.0 pyh9f0ad1d_0 conda-forge
pathtools 0.1.2 py_1 conda-forge
pexpect 4.8.0 py37hc8dfbb8_1 conda-forge
pickleshare 0.7.5 py37hc8dfbb8_1001 conda-forge
pip 20.1.1 py_1 conda-forge
pluggy 0.13.1 py37hc8dfbb8_2 conda-forge
prompt-toolkit 3.0.5 py_1 conda-forge
psutil 5.7.2 py37h4ab8f01_0 conda-forge
pycodestyle 2.6.0 pyh9f0ad1d_0 conda-forge
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pydocstyle 5.0.2 py_0 conda-forge
pyflakes 2.2.0 pyh9f0ad1d_0 conda-forge
pygments 2.6.1 py_0 conda-forge
pylint 2.5.3 py37hc8dfbb8_0 conda-forge
pynacl 1.3.0 py37h2fa13f4_1001 conda-forge
pyopenssl 19.1.0 py_1 conda-forge
pyparsing 2.4.7 pyh9f0ad1d_0 conda-forge
pyqt 5.12.3 py37h1834ac0_3 conda-forge
pyqt5-sip 4.19.18 pypi_0 pypi
pyqtchart 5.12 pypi_0 pypi
pyqtwebengine 5.12.1 pypi_0 pypi
pyrsistent 0.16.0 py37h8055547_0 conda-forge
pysocks 1.7.1 py37hc8dfbb8_1 conda-forge
python 3.7.6 cpython_h60c2a47_6 conda-forge
python-dateutil 2.8.1 py_0 conda-forge
python-jsonrpc-server 0.3.4 pyh9f0ad1d_1 conda-forge
python-language-server 0.34.1 py37hc8dfbb8_0 conda-forge
python_abi 3.7 1_cp37m conda-forge
pytz 2020.1 pyh9f0ad1d_0 conda-forge
pywin32 227 py37hfa6e2cd_0 conda-forge
pywin32-ctypes 0.2.0 py37hc8dfbb8_1001 conda-forge
pyyaml 5.3.1 py37h8055547_0 conda-forge
pyzmq 19.0.1 py37h453f00a_0 conda-forge
qdarkstyle 2.8.1 pyh9f0ad1d_0 conda-forge
qt 5.12.5 h7ef1ec2_0 conda-forge
qtawesome 0.7.2 pyh9f0ad1d_0 conda-forge
qtconsole 4.7.5 pyh9f0ad1d_0 conda-forge
qtpy 1.9.0 py_0 conda-forge
requests 2.24.0 pyh9f0ad1d_0 conda-forge
rope 0.17.0 pyh9f0ad1d_0 conda-forge
rtree 0.9.4 py37h804a536_1 conda-forge
setuptools 49.2.0 py37hc8dfbb8_0 conda-forge
six 1.15.0 pyh9f0ad1d_0 conda-forge
snowballstemmer 2.0.0 py_0 conda-forge
sortedcontainers 2.2.2 pyh9f0ad1d_0 conda-forge
sphinx 3.1.2 py_0 conda-forge
sphinxcontrib-applehelp 1.0.2 py_0 conda-forge
sphinxcontrib-devhelp 1.0.2 py_0 conda-forge
sphinxcontrib-htmlhelp 1.0.3 py_0 conda-forge
sphinxcontrib-jsmath 1.0.1 py_0 conda-forge
sphinxcontrib-qthelp 1.0.3 py_0 conda-forge
sphinxcontrib-serializinghtml 1.1.4 py_0 conda-forge
spyder 4.1.4 py37hc8dfbb8_0 conda-forge
spyder-kernels 1.9.2 py37hc8dfbb8_0 conda-forge
sqlite 3.32.3 he774522_1 conda-forge
testpath 0.4.4 py_0 conda-forge
toml 0.10.1 pyh9f0ad1d_0 conda-forge
tornado 6.0.4 py37hfa6e2cd_0 conda-forge
traitlets 4.3.3 py37hc8dfbb8_1 conda-forge
typed-ast 1.4.1 py37hfa6e2cd_0 conda-forge
ujson 1.35 py37h63f7a3c_1002 conda-forge
urllib3 1.25.9 py_0 conda-forge
vc 14.1 h869be7e_1 conda-forge
vs2015_runtime 14.16.27012 h30e32a0_2 conda-forge
watchdog 0.10.3 py37hc8dfbb8_0 conda-forge
wcwidth 0.2.5 pyh9f0ad1d_0 conda-forge
webencodings 0.5.1 py_1 conda-forge
wheel 0.34.2 py_1 conda-forge
win_inet_pton 1.1.0 py37_0 conda-forge
wincertstore 0.2 py37_1003 conda-forge
wrapt 1.11.2 py37h8055547_0 conda-forge
yaml 0.2.5 he774522_0 conda-forge
yapf 0.29.0 py_0 conda-forge
zeromq 4.3.2 ha925a31_3 conda-forge
zipp 3.1.0 py_0 conda-forge
zlib 1.2.11 h2fa13f4_1006 conda-forge
Yes I created my environment using 3.7 this time instead of 3.6, no other changes, and found that so far I am not getting the hover hints error in Spyder 4.1.4. That's progress for me. Thank you.
@dalthviz, could you check what happens if you use Python 3.6 and Spyder 4.1.3?
Checking with Python 3.6.10 and Spyder 4.1.3 the hover hints work. Just in case the env was created with conda create -n cforge36 -c conda-forge python=3.6 spyder=4.1.3
and the installed packages are the following:
# packages in environment at C:\Users\Daniel\Anaconda3\envs\cforge36:
#
# Name Version Build Channel
alabaster 0.7.12 py_0 conda-forge
argh 0.26.2 py36_1001 conda-forge
astroid 2.4.2 py36h9f0ad1d_0 conda-forge
atomicwrites 1.4.0 pyh9f0ad1d_0 conda-forge
attrs 19.3.0 py_0 conda-forge
autopep8 1.5.2 pyh9f0ad1d_0 conda-forge
babel 2.8.0 py_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
bcrypt 3.1.7 py36h68a101e_1 conda-forge
bleach 3.1.5 pyh9f0ad1d_0 conda-forge
brotlipy 0.7.0 py36h779f372_1000 conda-forge
ca-certificates 2020.6.20 hecda079_0 conda-forge
certifi 2020.6.20 py36h9f0ad1d_0 conda-forge
cffi 1.14.0 py36ha419a9e_0 conda-forge
chardet 3.0.4 py36h9f0ad1d_1006 conda-forge
cloudpickle 1.5.0 py_0 conda-forge
colorama 0.4.3 py_0 conda-forge
cryptography 3.0 py36hef61171_0 conda-forge
decorator 4.4.2 py_0 conda-forge
defusedxml 0.6.0 py_0 conda-forge
diff-match-patch 20200713 pyh9f0ad1d_0 conda-forge
docutils 0.16 py36h9f0ad1d_1 conda-forge
entrypoints 0.3 py36h9f0ad1d_1001 conda-forge
flake8 3.7.9 py36h9f0ad1d_1 conda-forge
future 0.18.2 py36h9f0ad1d_1 conda-forge
icu 64.2 he025d50_1 conda-forge
idna 2.10 pyh9f0ad1d_0 conda-forge
imagesize 1.2.0 py_0 conda-forge
importlib-metadata 1.7.0 py36h9f0ad1d_0 conda-forge
importlib_metadata 1.7.0 0 conda-forge
intervaltree 3.0.2 py_0 conda-forge
ipykernel 5.3.3 py36h5ca1d4c_0 conda-forge
ipython 7.16.1 py36h95af2a2_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
isort 5.1.4 py36h9f0ad1d_0 conda-forge
jedi 0.15.2 py36_0 conda-forge
jinja2 2.11.2 pyh9f0ad1d_0 conda-forge
jpeg 9d he774522_0 conda-forge
jsonschema 3.2.0 py36h9f0ad1d_1 conda-forge
jupyter_client 6.1.6 py_0 conda-forge
jupyter_core 4.6.3 py36h9f0ad1d_1 conda-forge
keyring 21.2.1 py36h9f0ad1d_0 conda-forge
lazy-object-proxy 1.4.3 py36h68a101e_2 conda-forge
libclang 9.0.1 default_hf44288c_0 conda-forge
libpng 1.6.37 hfe6a214_1 conda-forge
libsodium 1.0.17 h2fa13f4_0 conda-forge
libspatialindex 1.9.3 he025d50_3 conda-forge
markupsafe 1.1.1 py36h68a101e_1 conda-forge
mccabe 0.6.1 py_1 conda-forge
mistune 0.8.4 py36h68a101e_1001 conda-forge
nbconvert 5.6.1 py36h9f0ad1d_1 conda-forge
nbformat 5.0.7 py_0 conda-forge
numpydoc 1.1.0 pyh9f0ad1d_0 conda-forge
openssl 1.1.1g he774522_0 conda-forge
packaging 20.4 pyh9f0ad1d_0 conda-forge
pandoc 2.10 he774522_0 conda-forge
pandocfilters 1.4.2 py_1 conda-forge
paramiko 2.7.1 py36_0 conda-forge
parso 0.5.2 py_0 conda-forge
pathtools 0.1.2 py_1 conda-forge
pexpect 4.8.0 py36h9f0ad1d_1 conda-forge
pickleshare 0.7.5 py36h9f0ad1d_1001 conda-forge
pip 20.1.1 py_1 conda-forge
pluggy 0.13.1 py36h9f0ad1d_2 conda-forge
prompt-toolkit 3.0.5 py_1 conda-forge
psutil 5.7.2 py36h779f372_0 conda-forge
pycodestyle 2.5.0 py_0 conda-forge
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pydocstyle 5.0.2 py_0 conda-forge
pyflakes 2.1.1 py_0 conda-forge
pygments 2.6.1 py_0 conda-forge
pylint 2.3.1 py36_0 conda-forge
pynacl 1.3.0 py36h2fa13f4_1001 conda-forge
pyopenssl 19.1.0 py_1 conda-forge
pyparsing 2.4.7 pyh9f0ad1d_0 conda-forge
pyqt 5.12.3 py36h003fed8_3 conda-forge
pyqt5-sip 4.19.18 pypi_0 pypi
pyqtchart 5.12 pypi_0 pypi
pyqtwebengine 5.12.1 pypi_0 pypi
pyrsistent 0.16.0 py36h68a101e_0 conda-forge
pysocks 1.7.1 py36h9f0ad1d_1 conda-forge
python 3.6.10 he025d50_1009_cpython conda-forge
python-dateutil 2.8.1 py_0 conda-forge
python-jsonrpc-server 0.3.4 pyh9f0ad1d_1 conda-forge
python-language-server 0.31.10 py36h9f0ad1d_0 conda-forge
python_abi 3.6 1_cp36m conda-forge
pytz 2020.1 pyh9f0ad1d_0 conda-forge
pywin32 227 py36hfa6e2cd_0 conda-forge
pywin32-ctypes 0.2.0 py36h9f0ad1d_1001 conda-forge
pyyaml 5.3.1 py36h68a101e_0 conda-forge
pyzmq 19.0.1 py36h274d426_0 conda-forge
qdarkstyle 2.8.1 pyh9f0ad1d_0 conda-forge
qt 5.12.5 h7ef1ec2_0 conda-forge
qtawesome 0.7.2 pyh9f0ad1d_0 conda-forge
qtconsole 4.7.5 pyh9f0ad1d_0 conda-forge
qtpy 1.9.0 py_0 conda-forge
requests 2.24.0 pyh9f0ad1d_0 conda-forge
rope 0.17.0 pyh9f0ad1d_0 conda-forge
rtree 0.9.4 py36h9a6d676_1 conda-forge
setuptools 49.2.0 py36h9f0ad1d_0 conda-forge
six 1.15.0 pyh9f0ad1d_0 conda-forge
snowballstemmer 2.0.0 py_0 conda-forge
sortedcontainers 2.2.2 pyh9f0ad1d_0 conda-forge
sphinx 3.1.2 py_0 conda-forge
sphinxcontrib-applehelp 1.0.2 py_0 conda-forge
sphinxcontrib-devhelp 1.0.2 py_0 conda-forge
sphinxcontrib-htmlhelp 1.0.3 py_0 conda-forge
sphinxcontrib-jsmath 1.0.1 py_0 conda-forge
sphinxcontrib-qthelp 1.0.3 py_0 conda-forge
sphinxcontrib-serializinghtml 1.1.4 py_0 conda-forge
spyder 4.1.3 py36h9f0ad1d_0 conda-forge
spyder-kernels 1.9.2 py36h9f0ad1d_0 conda-forge
sqlite 3.32.3 he774522_1 conda-forge
testpath 0.4.4 py_0 conda-forge
tornado 6.0.4 py36hfa6e2cd_0 conda-forge
traitlets 4.3.3 py36h9f0ad1d_1 conda-forge
typed-ast 1.4.1 py36hfa6e2cd_0 conda-forge
ujson 1.35 py36hbd05846_1002 conda-forge
urllib3 1.25.9 py_0 conda-forge
vc 14.1 h869be7e_1 conda-forge
vs2015_runtime 14.16.27012 h30e32a0_2 conda-forge
watchdog 0.10.3 py36h9f0ad1d_0 conda-forge
wcwidth 0.2.5 pyh9f0ad1d_0 conda-forge
webencodings 0.5.1 py_1 conda-forge
wheel 0.34.2 py_1 conda-forge
win_inet_pton 1.1.0 py36_0 conda-forge
wincertstore 0.2 py36_1003 conda-forge
wrapt 1.11.2 py36h68a101e_0 conda-forge
yaml 0.2.5 he774522_0 conda-forge
yapf 0.29.0 py_0 conda-forge
zeromq 4.3.2 ha925a31_3 conda-forge
zipp 3.1.0 py_0 conda-forge
zlib 1.2.11 h2fa13f4_1006 conda-forge
Ok, thanks @dalthviz for the confirmation. I think I know what's happening in this case.
Checking a little bit more seems like disabling Kite completions from the preferences dialog (Tools > Preferences > Completion and linting > Advanced > Enable Kite
) prevents triggering the error.
Thanks a lot @dalthviz for finding the cause of this! What do you think we could do to solve it?
Probably we need to add handling to the Kite response for hovers (maybe there was a change and now they are returning a list?). Also, just in case, the Kite version I'm using is 1.2020.720.0
maybe there was a change and now they are returning a list?
Yeah, I was thinking the same.
Most helpful comment
Yes I created my environment using 3.7 this time instead of 3.6, no other changes, and found that so far I am not getting the hover hints error in Spyder 4.1.4. That's progress for me. Thank you.