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
Cannot run editable install when Python itself is installed on one disk (say, C:) and the source code checkout of this package is on another disk (say, D:). You will get error like this:
ValueError: path is on mount 'D:', start on mount 'C:'
Example source path: D:\...\jdaviz\share\jupyter\nbconvert\templates\jdaviz-default
Example destination path: C:\...\Miniconda3\envs\py38\share\jupyter\nbconvert\templates
DISCLAIMER: This issue was autocreated by the Jdaviz Issue Creation Bot on behalf of the reporter. If any information is incorrect, please contact Duy Nguyen
The text was updated successfully, but these errors were encountered:
Not needed, but it makes it more flexible, but an abspath could also work. I'm not sure though that windows can do a symlink pointing to a different drive.
Reporter: pllim
Cannot run editable install when Python itself is installed on one disk (say,
C:
) and the source code checkout of this package is on another disk (say,D:
). You will get error like this:jdaviz/setup.py
Line 134 in 0712a8c
Example source path:
D:\...\jdaviz\share\jupyter\nbconvert\templates\jdaviz-default
Example destination path:
C:\...\Miniconda3\envs\py38\share\jupyter\nbconvert\templates
Also see #925 (comment)
🐱
DISCLAIMER: This issue was autocreated by the Jdaviz Issue Creation Bot on behalf of the reporter. If any information is incorrect, please contact Duy Nguyen
The text was updated successfully, but these errors were encountered: