Skip to content

Problem in env's building and skmisc #5

@xiao-kong-long

Description

@xiao-kong-long

In building process of environment, I meet a problem that is hard to solve, when from skmisc.loess import loess, there will throw an ImportError as follows:
Traceback (most recent call last): File "E:\application\Anaconda3\envs\TF_1.15.0\lib\site-packages\IPython\core\interactiveshell.py", line 3524, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "<ipython-input-3-086af332d9a3>", line 1, in <module> import skmisc.loess File "F:\application\PyCharm 2021.3.3\plugins\python\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) File "E:\application\Anaconda3\envs\TF_1.15.0\lib\site-packages\skmisc\loess\__init__.py", line 51, in <module> from ._loess import (loess, loess_model, loess_inputs, loess_control, File "F:\application\PyCharm 2021.3.3\plugins\python\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) ImportError: DLL load failed: 找不到指定的模块。

I find some solution in github, but none of them are useful. So I want know how you build the env?

I am running in windows 10, python 3.7 and jupyter of pycharm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions