Sanjeev Penupala

Results 20 comments of Sanjeev Penupala

Any news on making this library Python 3.10 supported?

@Sayvai Yes, I was in the /webapp directory when I ran the command

This is my new error, after making the changes you suggested. ``` > [email protected] fastapi-dev > . ../env/bin/activate && pip install -r ../requirements.txt && python -m uvicorn backend.api.index:app --reload sh:...

@srbhr I realized my initial issue. I use a package manager called [PDM](https://pdm.fming.dev/latest/), which uses `virtualenv` by default, for virtual environments. But, the virtualenv environment folder's default name is `.venv`,...

Yes, I did modify the `environment.yaml` to make the packages Mac compatible. However, the main issue that arises is that all the code is written for NVIDIA CUDA. So, you...

I am getting the same issue. What is the solution for this cupy problem?

This seems to be a CUDA installation issue, not a custom node issue, right?

I am having the same issue, and I have a really good setup as well. Any fixes for this?

I had the same issue. When I went through the installation logs for this custom node, I found out something didn't install correctly (which I assume were the configs). I...