microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
915 stars 133 forks source link

matplotlib.cm.rainbow cannot be resolved #2090

Open xuke444 opened 4 years ago

xuke444 commented 4 years ago

Environment data

Expected behaviour

create an conda env with python 3.7 pip install matplotlib==3.2.2

then create py file will flowing code.

import matplotlib.cm as cm cm.rainbow(xxxx)

it says Module 'matplotlib.cm' has no 'rainbow' member

Actual behaviour

XXX

Logs

XXX

Code Snippet / Additional lnformation

XXX
xuke444 commented 4 years ago

to clarify auto complete, and go to definition also not working. but run time passes.