Open Ishidomasami opened 4 years ago
Windowsユーザではないので詳しくないのですが、JuliaのREADME.mdには、
On Windows we highly recommend running Julia using a modern terminal, such as installing the Windows Terminal from the Microsoft Store.
と書かれています。Windows Terminalをインストールして使ってみてはどうでしょうか?
bicycle1885様
早々のコメントをありがとうございます。その後windowsWSLのubuntuでインストールしましたところ、? ]はエラーが出なくなりました。一方で、IJuliaをインストールしましたところ下記のエラー出ます。もう少し試行錯誤してみます。
(@v1.4) pkg> add IJulia
Updating registry at ~/.julia/registries/General
┌ Warning: Some registries failed to update:
│ — ~/.julia/registries/General
— registry dirty
└ @ Pkg.Types /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Types.jl:1131
Resolving package versions...
Downloading artifact: MbedTLS
######################################################################## 100.0%-#O#- # # ######################################################################## 100.0%
┌ Error: Tree Hash Mismatch!
│ Expected git-tree-sha1: 746f3085962108a6a143ae685781235717cec381
│ Calculated git-tree-sha1: 3f1189a37b17131ae3e72a189415acb348e514a1
ERROR: Unable to automatically install 'MbedTLS' from '/mnt/c/Users/ubuntu_home/.julia/packages/MbedTLS_jll/txOzO/Artifacts.toml'
Stacktrace:
bicycle1885様 早々のコメントをありがとうございます。その後windowsWSLのubuntuでインストールしましたところ、? ]はエラーが出なくなりました。一方で、IJuliaをインストールしましたところ下記のエラー出ます。もう少し試行錯誤してみます。
On 2020/07/23 1:00, Kenta Sato wrote:
Windowsユーザではないので詳しくないのですが、JuliaのREADME.md https://github.com/JuliaLang/julia/blob/master/README.mdには、
On Windows we highly recommend running Julia using a modern terminal, such as installing the Windows Terminal from the Microsoft Store.
と書かれています。Windows Terminalをインストールして使ってみてはどうでしょうか?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaTokyo/julia-wakalang/issues/26#issuecomment-662538357, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMCEY6GGKLRQOMDRRCWJ65TR44EKTANCNFSM4PEG3YGA.
公式サイトhttps://julialang.org/downloads/から、windows用のファイルをadministrator権限でダウンロードしました。簡単な1+2やansなどはできるのですが、?や]を入力しますと下記のようなエラーが出ます。anaconda3などをアンインストールしてもエラーが出ます。解決策をご存知でしたら、お手すきのときに教えていただけないでしょうか。 ・windows10(64bit) ・Julia1.4.2 (他のversionも不可) エラーメッセ―ジ: ┌ Warning: Terminal not fully functional └ @ Base client.jl:374 julia> ? ERROR: syntax: invalid identifier name "?" Stacktrace: [1] top-level scope at none:0
julia> ] ERROR: syntax: unexpected "]" Stacktrace: [1] top-level scope at none:0