hohsuanwang

Results 6 comments of hohsuanwang

I also experience a similar issue. ``` × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [7 lines of output] Traceback (most recent call last): File...

@OFSkean Thanks a lot! Yes, you're right! I switched the base image, and it is working now :D

> I'm not sure if this will help, but I ran into this issue when I tried after installing triton separately in a conda environment to make it match their...

Thanks! I am using 12.4 as well, and I followed the same steps as you did, but I keep facing the same issue. Are you installing mamba-ssm with pip or...

@JerayuT Thank you so much! I'm using Docker, and it turned out that I had to switch the base image. basically what you did as well! Thanks again

Hi @cycDL, yes, I did by switching the base image to nvidia/cuda:12.4.0-devel-ubuntu22.04. My context is a bit different though. Issue [#567](https://github.com/state-spaces/mamba/issues/567#issuecomment-2560037582) for your reference.