-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuously Failing Test #16
Comments
Please send your |
This comment was marked as off-topic.
This comment was marked as off-topic.
Ok this file is from the original Python 3.12 and is not corrupted. (I'll hide this file in the above comment to keep it clean) Next question is, you're using Python 3.12.6, and there are libraries from your |
On this install I'm using embedded but I've also used tried prior creating a environment. Should I try upgrading to 12.7? |
I guess you messed up with some environments. It's safer to either keep using the embedded environment, or keep using the environment you created You don't need to upgrade the minor version of Python, just make sure you put everything in the same environment |
Pytorch: 3.12.6
PS X:\ComfyUI_windows_portable\python_embeded> nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Wed_Apr_17_19:36:51_Pacific_Daylight_Time_2024
Cuda compilation tools, release 12.5, V12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0
triton 3.0.0
"PS X:\ComfyUI_windows_portable\python_embeded> python triton_add_kernel.py
Traceback (most recent call last):
File "X:\ComfyUI_windows_portable\python_embeded\triton_add_kernel.py", line 2, in
import torch
File "C:\Users\Rob\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch_init_.py", line 14, in
import ctypes
File "C:\Users\Rob\AppData\Local\Programs\Python\Python312\Lib\ctypes_init_.py", line 157, in
class py_object(_SimpleCData):
AttributeError: class must define a 'type' attribute"
The text was updated successfully, but these errors were encountered: