Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in env's building and skmisc #5

Open
xiao-kong-long opened this issue May 7, 2022 · 1 comment
Open

Problem in env's building and skmisc #5

xiao-kong-long opened this issue May 7, 2022 · 1 comment

Comments

@xiao-kong-long
Copy link

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

@xiao-kong-long
Copy link
Author

this code import skmisc will not cause such error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant