-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Problem Installing IJulia on Windows 7 #369
Comments
I wanted to open the same issue. I think the error is due to non ASCII characters in your IJulia directory (home directory). Maybe your user name contains special characters? I could build Julia after manually writing the kernelcmd_array. But I think this could be done automatically. Unfortunately |
Thanks for the bug report. It should be fixed now — try The problem was that |
The fix works for me. |
It works for me too. |
Hi,
My problem seems close to Issue #363, however the patch does not seem to work for me.
When trying to build IJulia, I get the following message:
julia> Pkg.build("IJulia")
INFO: Building WinRPM
INFO: Downloading https://cache.e.ip.saba.us/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_13.1/repodata/repomd.xml
INFO: Downloading https://cache.e.ip.saba.us/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_13.1/repodata/repomd.xml
INFO: Building Nettle
INFO: Building ZMQ
INFO: Building IJulia
INFO: Found Jupyter version 3.2.0: ipython
============================================================================[ ERROR: IJulia ]====================================================================
invalid ASCII sequence
while loading c:\Users\Dimitri Kolnikov.julia\v0.3\IJulia\deps\build.jl, in expression starting on line 64
and the line 64 in the build file is:
append!(kernelcmd_array, ["-F", joinpath(ijulia_dir,"src","kernel.jl"), "{connection_file}"])
It seems a bit obscure to me...
If somebody could help ...
Thanks in advance ...
The text was updated successfully, but these errors were encountered: