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

运行出现错误, 显示module未找到 #21

Open
tommyxps opened this issue Mar 7, 2018 · 1 comment
Open

运行出现错误, 显示module未找到 #21

tommyxps opened this issue Mar 7, 2018 · 1 comment

Comments

@tommyxps
Copy link

tommyxps commented Mar 7, 2018

所有的dependency 都装好了, 在python2 下运行, 出现以下提示:

c:\Users\tommy\Anaconda3\Lib\site-packages\Tuchart>python main.py
Traceback (most recent call last):
File "main.py", line 8, in
from Graph import graphpage
File "c:\Users\tommy\Anaconda3\Lib\site-packages\Tuchart\Graph.py", line 3, in
from pyecharts import Kline, Line, Page,Overlap,Bar,Pie,Timeline
File "C:\Users\tommy\Anaconda3\lib\site-packages\pyecharts_init_.py", line 10, in
from pyecharts.charts.effectscatter import EffectScatter
File "C:\Users\tommy\Anaconda3\lib\site-packages\pyecharts\charts\effectscatter.py", line 4, in
from pyecharts.charts.scatter import Scatter
File "C:\Users\tommy\Anaconda3\lib\site-packages\pyecharts\charts\scatter.py", line 4, in
from PIL import Image
File "C:\Users\tommy\Anaconda3\lib\site-packages\PIL\Image.py", line 56, in
from . import _imaging as core
ImportError: DLL load failed: The specified module could not be found.\

请问什么原因,是哪个包没有装么?

@Seedarchangel
Copy link
Owner

你似乎是在anaconda 3下跑的Tuchart, 用的还是python3.
切成anaconda 2试试?

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

2 participants