“Compile error in hidden module: ‘xx’. This error commonly occurs when code is incompatible with the version, platform, or architecture of this application” The usual reason for getting this message is that Solver has not been installed. You can determine whether this is the case, by pres...
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s using next-solver fails RUSTFLAGS='-Znext-solver' cargo +nightly check Checking sdd v3.0.2 Checking scc v2.1.16 (/tmp/tmp.RjDtqDRisT/scalable-concurrent-containers) error: concrete type differs from previous defining opaque ...
(self.cpp_kernel_name) # type: ignore[attr-defined] File "/home/jerryzh/anaconda3/envs/diffuser/lib/python3.9/site-packages/torch/_inductor/codegen/cpp_wrapper_cpu.py", line 1164, in get_c_shim_func_name if kernel.startswith("aoti_torch_"): AttributeError: 'NoneType' object has no ...
was the last 2.7 release, and it doesn't come with wheels for anything newer than 3.7. So using 1.16 + 3.8 will try to compile from the SDist, which will break if you don't have a compiler installed, and will create buggy binaries on macOS due to the built-in accelerate module, ...