mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.6k stars 386 forks source link

jupytext-config set-default-viewer failing with a miniconda install on Windows 10 #1217

Closed zoof closed 6 months ago

zoof commented 7 months ago

When I try to jupytext-config set-default-viewer, I get:

Fatal error in launcher: Unable to create process using '"C:\b\abs_a3ni46jmab\croot\jupytext_1701097206042\_h_env\python.exe"  "C:\Users\username\miniconda3\Scripts\jupytext-config.exe" set-default-viewer': The system cannot find the file specified.

I assume that there is a text file somewhere pointing at C:\b\abs_a3ni46jmab\croot\jupytext_1701097206042_h_env\python.exe but I have been unable to find it. Would love some help figuring out how to fix this.

zoof commented 6 months ago

I was able to update to a more recent version through conda-forge and it now works.

mwouts commented 6 months ago

Sounds good! Thanks for keeping us posted!