我無法讓軟件包系統在Julia Studio中工作。例如,如果我想繪製簡單的圖表我試着雙擊溫斯頓包,這似乎從Git的回購安裝,則: using Winston
plot([1 2 3],[3 2 6])
但我得到的錯誤: could not open file /Applications/JuliaStudio.app/Contents/Resources/juliaengine/Winst
我在Win 7使用朱莉婭工作室0.4.4當我寫安裝TimeData,後: using TimeData
我得到這個錯誤: LoadError("C:\\Users\\user\\.julia\\TimeData\\src\\TimeData.jl",14,ErrorException("DataFrame not defined"))
如果我寫: using DataFrames
我
運行Pkg.init()和Pkg.Update()後,我仍然無法加載日期包: 無論使用: Pkg.add( 「日期」) ErrorException("Dates's requirements can't be satisfied because of the following fixed packages: julia")
或者雙擊「日期」的朱莉婭工作室的包窗口,我收到錯誤(加入日期):
我遇到了一個奇怪的問題。當我定義這張表時: function test()
a = Float32[0.3010299957,0.3010299957,-0.3010299957,0.3010299957,0.3010299957]
return a[1]*a[3]
end
這很好。通過電話test()我得到正確的輸出。但是,當我定義這其中,有錯誤ErrorExce