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
Traceback (most recent call last):
File "D:\software\python\python-3.10.11.amd64\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "D:\software\python\python-3.10.11.amd64\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main.py", line 121, in
generate_bug_report_information()
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main.py", line 85, in generate_bug_report_information
paths = find_file_recursive(os.getcwd(), 'cuda' + SHARED_LIB_EXTENSION)
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main.py", line 39, in find_file_recursive
out, err = execute_and_return(cmd)
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main_.py", line 34, in execute_and_return
std_out, std_err = execute_and_return_decoded_std_streams(command_string)
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main_.py", line 28, in execute_and_return_decoded_std_streams
shlex.split(command_string),
File "D:\software\python\python-3.10.11.amd64\lib\shlex.py", line 315, in split
return list(lex)
File "D:\software\python\python-3.10.11.amd64\lib\shlex.py", line 300, in next
token = self.get_token()
File "D:\software\python\python-3.10.11.amd64\lib\shlex.py", line 109, in get_token
raw = self.read_token()
File "D:\software\python\python-3.10.11.amd64\lib\shlex.py", line 191, in read_token
raise ValueError("No closing quotation")
ValueError: No closing quotation
Z:>pip list packages | find "bitsan"
bitsandbytes 0.41.2.post2
The text was updated successfully, but these errors were encountered:
Z:>python -m bitsandbytes
bin D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes\libbitsandbytes_cuda118.dll
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++ BUG REPORT INFORMATION ++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++ PYTORCH CUDA PATHS ++++++++++++++++++++
D:\software\Python\python-3.10.11.amd64\Lib\site-packages\torch\lib\c10_cuda.dll
D:\software\Python\python-3.10.11.amd64\Lib\site-packages\torch\lib\cudart64_110.dll
D:\software\Python\python-3.10.11.amd64\Lib\site-packages\torch\lib\torch_cuda.dll
+++++++++++++++++++ CUDA_PATH CUDA PATHS +++++++++++++++++++
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin\cudart32_110.dll
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin\cudart64_110.dll
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\extras\visual_studio_integration\MSBuildExtensions\Nvda.Build.CudaTasks.v11.8.dll
Traceback (most recent call last):
File "D:\software\python\python-3.10.11.amd64\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "D:\software\python\python-3.10.11.amd64\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main.py", line 121, in
generate_bug_report_information()
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main.py", line 85, in generate_bug_report_information
paths = find_file_recursive(os.getcwd(), 'cuda' + SHARED_LIB_EXTENSION)
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main.py", line 39, in find_file_recursive
out, err = execute_and_return(cmd)
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main_.py", line 34, in execute_and_return
std_out, std_err = execute_and_return_decoded_std_streams(command_string)
File "D:\software\python\python-3.10.11.amd64\lib\site-packages\bitsandbytes_main_.py", line 28, in execute_and_return_decoded_std_streams
shlex.split(command_string),
File "D:\software\python\python-3.10.11.amd64\lib\shlex.py", line 315, in split
return list(lex)
File "D:\software\python\python-3.10.11.amd64\lib\shlex.py", line 300, in next
token = self.get_token()
File "D:\software\python\python-3.10.11.amd64\lib\shlex.py", line 109, in get_token
raw = self.read_token()
File "D:\software\python\python-3.10.11.amd64\lib\shlex.py", line 191, in read_token
raise ValueError("No closing quotation")
ValueError: No closing quotation
Z:>pip list packages | find "bitsan"
bitsandbytes 0.41.2.post2
The text was updated successfully, but these errors were encountered: