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

julia-1.4.2-win64.exeがインストールできない #26

Open
Ishidomasami opened this issue Jul 22, 2020 · 3 comments
Open

julia-1.4.2-win64.exeがインストールできない #26

Ishidomasami opened this issue Jul 22, 2020 · 3 comments

Comments

@Ishidomasami
Copy link

公式サイト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

@bicycle1885
Copy link
Member

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をインストールして使ってみてはどうでしょうか?

@Ishidomasami
Copy link
Author

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:

@Ishidomasami
Copy link
Author

Ishidomasami commented Jul 23, 2020 via email

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