2017-10-06 116 views
0

我开始使用朱莉娅,我必须做阴谋。当我在茱莉亚调用PyPlot,出现错误6034错误茱莉亚 - pyplot - 错误6034

R6034 
An application has made an attempt to load the C runtime library incorrectly. 
Please contact the application's support team for more information. 

我试图重新安装,降级,升级朱莉娅,我用原子来写。我怎么能继续? o使用pkg.add,pkg.build,pkg.update,pycall.

是否有phyton问题?或gfortran问题?

+0

这是https://stackoverflow.com/questions/46399480/julia-runtime-error-when-using-pyplot的副本 - 你可以在那里看到解决方案,但它从未被正确标记为答案。 –

回答

0

使用其他问题中提出的解决方案不能解决我的问题。当我尝试设置 ENV("PYTHON") 我得到以下错误:

MethodError: objects of type Base.EnvHash are not callable

+0

将ENV [“PYTHON”]设置为python可执行文件的路径/名称 (注意方括号 - 它是一个字典)。它可能已经足够删除PyCall,再次添加并重新构建它 –

+0

尝试阅读https://github.com/JuliaPy/PyCall.jl/blob/0550f890c86878375f74821a459da41e7cc943f6/README.md#installation –

+0

我试过所有提示并且他们中没有人工作过......我重新安装了PyCall,手动设置路径,重建Python等等。你还有其他建议吗?非常感谢! – Hamlet