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

Error when trying to install on an external SSD #61

Open
Dover22 opened this issue Feb 19, 2022 · 0 comments
Open

Error when trying to install on an external SSD #61

Dover22 opened this issue Feb 19, 2022 · 0 comments

Comments

@Dover22
Copy link

Dover22 commented Feb 19, 2022

The installation fails when the directory is set to an external SSD. Please find below the terminal dump

Microsoft Windows [version 10.0.19042.1526]
(c) Microsoft Corporation. Tous droits réservés.

C:\Users\***>cmd /c "powershell -c "(new-object net.webclient).DownloadFile('https://raw.githubusercontent.com/heetbeet/juliawin/main/bin/Juliawin Bootstrap From Github.bat','%tmp%\_.bat')" & "%tmp%\_.bat""
                _
    _       _ _(_)_           _        | Juliawin commandline installer
   | |     | (_) (_)         (_)       |
   | |_   _| |_  __ _ __   __ _ _ __   | GitHub.com/heetbeet/juliawin
   | | | | | | |/ _` |'/ _ \'| | '_ \  |
 __/ | |_| | | | (_| | \/ \/ | | | | | | Run with "/h" for help
|___/ \__'_|_|_|\__'_|\__/\_/|_|_| |_| |

() Download Juliawin installer from GitHub.com into temp
() Unzip juliawin to temp

  [Y]es: choose the default installation directory
  [N]o: cancel the installation
  [D]irectory: choose my own directory

Install to C:\Users\*****\Juliawin [Y/N/D]? D

Note: For a posix shell experience in Julia, you will need a MinGW installation.
If you have Git installed, you may skip MinGW installation.
If you are unsure, go ahead and mark MinGW for installation.

Install MinGW...
Yes, No, Reset questions [Y/N/R]? y

Install VSCode...
Yes, No, Reset questions [Y/N/R]? y

Install Juno...
Yes, No, Reset questions [Y/N/R]? n

Install Pluto...
Yes, No, Reset questions [Y/N/R]? n

Install PyCall...
Yes, No, Reset questions [Y/N/R]? n

Install Jupyter...
Yes, No, Reset questions [Y/N/R]? n

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    404      0 --:--:-- --:--:-- --:--:--   406
100 22463  100 22463    0     0  40391      0 --:--:-- --:--:-- --:--:-- 40391
() Got Julia link as https://julialang-s3.julialang.org/bin/winnt/x64/1.7/julia-1.7.2-win64.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  127M  100  127M    0     0   765k      0  0:02:51  0:02:51 --:--:--  801k
() Extracting C:\Users\*****\AppData\Local\Temp\julia-bootstrap-download-3254332254\julia-1.7.2-win64.zip into "H:\Juliawin\packages\julia"
  Installing known registries into `H:\Juliawin\userdata\.julia`
    Updating registry at `H:\Juliawin\userdata\.julia\registries\General.toml`
   Resolving package versions...

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x281b7bb -- fs__chmod at /workspace/srcdir/libuv\src/win\fs.c:2360
in expression starting at H:\Juliawin\userdata\.julia\config\juliawinconfig.jl:6
fs__chmod at /workspace/srcdir/libuv\src/win\fs.c:2360
uv__fs_work at /workspace/srcdir/libuv\src/win\fs.c:3206
uv_fs_chmod at /workspace/srcdir/libuv\src/win\fs.c:3758
jl_fs_chmod at /cygdrive/c/buildbot/worker/package_win64/build/src\jl_uv.c:383
#chmod#37 at .\file.jl:1113
chmod at .\file.jl:1113 [inlined]
set_readonly at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.7\Pkg\src\utils.jl:50
macro expansion at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.7\Pkg\src\Operations.jl:700 [inlined]
#45 at .\task.jl:423
jfptr_YY.45_60634.clone_1 at H:\Juliawin\packages\julia\lib\julia\sys.dll (unknown line)
jl_apply at /cygdrive/c/buildbot/worker/package_win64/build/src\julia.h:1788 [inlined]
start_task at /cygdrive/c/buildbot/worker/package_win64/build/src\task.c:877
Allocations: 2792706 (Pool: 2791033; Big: 1673); GC: 4

() End of Juliawin installation
Appuyez sur une touche pour continuer...
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

1 participant