Hello,
I have been trying to install skimage for contributors following the instructions. Unfortunately, I have to do that on a Windows machine.
I get stuck at the spin test
step, with Windows being unhappy about a path, even though the build itself looked fine
$ spin test
Invoking `build` prior to running tests:
$ meson compile -C build
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: C:\Users\elena.pascal\Work\repos\scikit-image\Scripts\ninja.EXE -C C:/Users/elena.pascal/Work/repos/scikit-image/scikit-image/build
ninja: Entering directory `C:/Users/elena.pascal/Work/repos/scikit-image/scikit-image/build'
ninja: no work to do.
$ meson install --only-changed -C build --destdir ../build-install
$ export PYTHONPATH="C:\Users\elena.pascal\Work\repos\scikit-image\scikit-image\build-install\usr\Lib\site-packages"
$ export PYTHONPATH="C:\Users\elena.pascal\Work\repos\scikit-image\scikit-image\build-install\usr\Lib\site-packages;C:\Users\elena.pascal\Work\repos\scikit-image\scikit-image\build-install\usr\Lib\site-packages"
$ cd C:\Users\elena.pascal\Work\repos\scikit-image\scikit-image\build-install\usr\Lib\site-packages;C:\Users\elena.pascal\Work\repos\scikit-image\scikit-image\build-install\usr\Lib\site-packages
[WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Users\\elena.pascal\\Work\\repos\\scikit-image\\scikit-image\\build-install\\usr\\Lib\\site-packages;C:\\Users\\elena.pascal\\Work\\repos\\scikit-image\\scikit-image\\build-install\\usr\\Lib\\site-packages'; aborting.
Yes, those paths exist. Anyone seen this before?