Open Cubey42 opened 3 months ago
i am trying to install it using conda. conda install conda-forge::pynvim
that didn't work for me, still seems to be about the same issue, something with pynim. could it be a outdated visual code compiler?
Hi. This is an older GitHub only python package of mine. It is not on Conda or Pypi. Only here: https://github.com/vork/PyNanoInstantMeshes
I’m currently working on a fix for building under windows. I will update here soon
My ENV:
Python 3.10.6 Windows 11 x64 Torch 2.4.0+121
The current gradio_app works on my side.
I don't have much to add except that I am also running on a Windows machine. I've run several other AI-fueled apps in the past with the required python dependencies and those would rarely give me trouble. I attempted different version of Python, uninstalling and reinstalling packages, I tried using Anaconda, and also modifying my VS2022 install to include several more libraries to see if that would improve things and every time it either stalls on installing pynim or gpytoolbox via wheel. Various conversation with Github Copilot didn't unearth much.
If anyone has a suggestion for how to install including cleaning up my environment, or reinstalling various editions of VS, Build Tools, or Python, I'll give it a shot.
Same issue but on Debian 13, thanks vork. Suppressing TBB warnings may work at cost of performance/stability, I don't believe changing python/env anything will help.
Same issue. I've run stable diffusion webUI and ComfyUI in this environment, and they worked properly. I tried reinstalling VS2022, creating another environment in Anaconda, and changing my Python version, but still not working. Windows 11 x64 Python 3.10.14 Torch 2.1.2+cu121
Can you try again to install the requirements or just do pip install git+https://github.com/vork/PyNanoInstantMeshes.git
.
@jammm provided a fix for the windows compile.
I run gradio_app.py to download model first, and I installed several missing packages like pymatting, now it works but I don't know why...
Can't Build the Project on Linux/Ubuntu 24.04 LTS
Environment:
OS: Ubuntu 24.04 LTS
Python Version: 3.11.5
CUDA Version: 12.1
PyTorch Version: 2.4.0 with CUDA 12.1 support (installed via pip)
Issue: I am encountering build failures when trying to install and set up the stable-fast-3d project on my Ubuntu 24.04 LTS environment. Specifically, the build fails during the installation of the pynim dependency with errors related to the compilation of native extensions.
Error Details:
ninja: build stopped: subcommand failed.
*** CMake build failed
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pynim
Failed to build pynim
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pynim)
Can you share the full build logs?
@jammm
The log file was too long, so I had to shorten it.
Not able to build the wheel for pynim, Python 3.11.0 Win 11 64 Torch 2.4 CUDA 12.4