This repository was archived by the owner on Aug 2, 2023. It is now read-only.
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
Background python parser crashes importing sklearn.cluster in VS2017 #1197
Closed
Description
Environment data
- PTVSD version: 4.2.0 and 4.2.4
- OS and version: Windows 10, 1607, 14393.2670
- Python version (& distribution if applicable, e.g. Anaconda): Anaconda 3.6.8
- Using VS Code or Visual Studio: VS2017, 15.9.7
Actual behavior
Background code parser crashes importing sklearn.cluster.
Expected behavior
The background code parser should never crash. On PTVSD 4.2.0 If I dismiss the crash dialog, it will reappear after about one minute, presumably when the background parser is auto-restarted.
Steps to reproduce:
-
pip install scikit-learn
-
Load a python script which can be as simple as:
from sklearn.cluster import KMeans