rosshadden / sublime-xpath

Sublime Text plugin for easier cursor navigation of XML and HTML files using XPath 1.0.
45 stars 9 forks source link

Why am I getting ImportError even after successfully installation of scikit-learn?(sublime) #42

Closed HinalVakharia closed 1 week ago

HinalVakharia commented 5 years ago

errror : Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\demo.py", line 1, in from sklearn import tree File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\sklearn__init.py", line 76, in from .base import clone File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\sklearn\base.py", line 16, in from .utils import _IS_32BIT File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\sklearn\utils\init.py", line 13, in from scipy.sparse import issparse File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\scipy\sparse\init__.py", line 230, in from .csr import * File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\scipy\sparse\csr.py", line 13, in from ._sparsetools import (csr_tocsc, csr_tobsr, csr_count_blocks, ImportError: DLL load failed: The specified module could not be found. [Finished in 1.6s]

keith-hall commented 5 years ago

Hi, the steps you are executing and the error you are getting appear to be unrelated to this plugin (XPath functions for XML files in Sublime Text), perhaps you meant to post this on a different repository's issue tracker (like one for a Scikit-learn package?)