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
Source Dir : c:\programfiles\python310\lib\site-packages\visualpython
Target Dir : C:\Users\Ace\AppData\Roaming\jupyter\nbextensions\visualpython
File not found - visualpython
0 File(s) copied
I was able to work around this by creating the c:\programfiles\python310\lib\site-packages\visualpython folder and copying all files from c:\Program Files\python310\lib\site-packages\visualpython before running "visualpy install"
The text was updated successfully, but these errors were encountered:
Thanks for the response. I tried to run as administrator and that did not help the issue. Manually copying the files does work.
I was able to confirm that the script is missing the space between "program" and "files" by creating a \programfiles\ <- (no space between program and file) folder with the expected subfolders and everything worked correctly. I believe changing the script to copy from \Program Files\ <- (note space between program and file) will correct the issue.
Here is the error:
Copy visualpython extension files ...
Source Dir : c:\programfiles\python310\lib\site-packages\visualpython
Target Dir : C:\Users\Ace\AppData\Roaming\jupyter\nbextensions\visualpython
File not found - visualpython
0 File(s) copied
I was able to work around this by creating the c:\programfiles\python310\lib\site-packages\visualpython folder and copying all files from c:\Program Files\python310\lib\site-packages\visualpython before running "visualpy install"
The text was updated successfully, but these errors were encountered: