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
I am trying to use scancode toolkit in my windows 11 system. I installed python3.6.8 64 bit and downloaded the latest scancode zip file(scancode-toolkit-21.6.7_py36-windows.zip) and unzipped to a folder. When I try to run
scancode -h
I am always getting the below error message:
Configuring ScanCode for first use...
WARNING: Native Windows may be deprecated in the future in favor of Windows Subsystem for Linux 2
WARNING: Please visit RFC: Drop native Windows support for WSL2 #2366 for details and to provide feedback
C:\Python\Python36\python.exe: can't open file '3.6': [Errno 2] No such file or directory
I tried installing different version of python and to a different path also. Path variables are configured properly in environment variables. No idea of why this error message?
I am trying to use scancode toolkit in my windows 11 system. I installed python3.6.8 64 bit and downloaded the latest scancode zip file(scancode-toolkit-21.6.7_py36-windows.zip) and unzipped to a folder. When I try to run
scancode -h
I am always getting the below error message:
C:\Python\Python36\python.exe: can't open file '3.6': [Errno 2] No such file or directory
I tried installing different version of python and to a different path also. Path variables are configured properly in environment variables. No idea of why this error message?