kiteco / issue-tracker

User-reported issues for Kite
https://Kite.com
1.75k stars 136 forks source link

kite don't work with PySide2 on Windows 10 #405

Open MrDotError opened 3 years ago

MrDotError commented 3 years ago

There is no any suggestions when I import PySide2, I found this in website: https://help.kite.com/article/97-adding-libraries-from-pythonpath-to-the-kite-index I follow it to do all the config, but kite still don't work. This is my PySide2 install directoryC:\Users\wl\PycharmProjects\pythonProject1\venv\Lib\site-packages: site_path I created a link to Kite libraries: mklink /D %USERPROFILE%\AppData\Local\Kite\libraries\PySide2 "C:\Users\wl\PycharmProjects\pythonProject1\venv\Lib\site-packages\" then I check the kite libraries: kite_libraries But It's no use. I don't know why. show2

itsdhung commented 3 years ago

Kite will only provide completions for PySide after you import the library and save the file. Are you able to get completions for PySide from Kite in that case?