You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All goes fine until the final py_install() call, where I get the error below:
C:\Users\u061745\OneDrive - UCB\Documents\Projects\UCB_cytometry>CALL "C:\Users\u061745\AppData\Local\miniconda3\condabin\activate.bat" "C:\Users\u061745\AppData\Local\miniconda3\envs\r-vivae"
C:\Users\u061745\OneDrive - UCB\Documents\Projects\UCB_cytometry>conda.bat activate "C:\Users\u061745\AppData\Local\miniconda3\envs\r-vivae"
Collecting git+https://github.com/saeyslab/ViScore.git
Cloning https://github.com/saeyslab/ViScore.git to c:\users\u061745\appdata\local\temp\pip-req-build-tfemt3qu
Running command git clone --filter=blob:none --quiet https://github.com/saeyslab/ViScore.git 'C:\Users\u061745\AppData\Local\Temp\pip-req-build-tfemt3qu'
error: invalid path 'benchmarking/aux.py'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/saeyslab/ViScore.git 'C:\Users\u061745\AppData\Local\Temp\pip-req-build-tfemt3qu' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/saeyslab/ViScore.git 'C:\Users\u061745\AppData\Local\Temp\pip-req-build-tfemt3qu' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Error: Error installing package(s): "\"git+https://github.com/saeyslab/ViScore.git\""
In addition: Warning message:
In shell(fi, intern = intern) :
'C:\Users\u061745\AppData\Local\Temp\RtmpcRwFPP\file3c7c53f5296f.bat' execution failed with error code 1
In particular, I'm looking at the line in there: error: invalid path 'benchmarking/aux.py', which it seems might be an illegal file name for Windows:
Hello!
I tried to install ViScore into a new conda environment with reticulate today using the code below:
All goes fine until the final
py_install()
call, where I get the error below:In particular, I'm looking at the line in there:
error: invalid path 'benchmarking/aux.py'
, which it seems might be an illegal file name for Windows:Apologies if I'm making an incorrect conclusion there, and thanks again for the package.
Hefin
The text was updated successfully, but these errors were encountered: