Skip to content

import nlplotでエラーが発生する。 #15

@takapy0210

Description

@takapy0210

cf. takapy0210/geek_blog#1 (comment)


pip install nlplot自体はエラーなく完了しましたが、import nlplotを実行すると以下のエラーが発生してしまいます。

環境はwin10, Python 3.6.5 |Anacondaです。

import nlplot
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\******myenv\lib\site-packages\nlplot_init_.py", line 1, in
from nlplot.nlplot import *
File "C:\Users\******\myenv\lib\site-packages\nlplot\nlplot.py", line 15, in
import seaborn as sns
File "C:\Users\******\myenv\lib\site-packages\seaborn_init_.py", line 2, in
import matplotlib as mpl
File "C:\Users******\myenv\lib\site-packages\matplotlib_init_.py", line 174, in
check_versions()
File "C:\Users\******\myenv\lib\site-packages\matplotlib_init
.py", line 159, in _check_versions
from . import ft2font
ImportError: DLL load failed: 指定されたモジュールが見つかりません。

エラー原因わかりますでしょうか?

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