Open lior007 opened 3 days ago
Hi, we are looking into the compatibility issue on Windows. Before that, I would recommend trying nunchaku on WSL2 for Windows users. Guide (make sure to select wsl 2 instead of wsl 1).
Getting the same error :( Please make it work on Windows, WSL doesn't work for some reason.
(nunchaku) C:\ai\nunchaku>pip install -e .
Looking in indexes: https://pypi.org/simple/, https://pypi.ngc.nvidia.com
Obtaining file:///C:/ai/nunchaku
Preparing metadata (setup.py) ... done
Installing collected packages: nunchaku
DEPRECATION: Legacy editable install of nunchaku==0.0.0b0 from file:///C:/ai/nunchaku (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457
Running setup.py develop for nunchaku
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
C:\Users\nitin\miniconda3\envs\nunchaku\Lib\site-packages\setuptools\dist.py:294: InformationOnly: Normalizing '0.0.0beta0' to '0.0.0b0'
self.metadata.version = self._normalize_version(self.metadata.version)
running develop
C:\Users\nitin\miniconda3\envs\nunchaku\Lib\site-packages\setuptools\command\develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
Hi, we are looking into the compatibility issue on Windows. Before that, I would recommend trying nunchaku on WSL2 for Windows users. Guide (make sure to select wsl 2 instead of wsl 1).
how to insttal with wsl? wsl --install -e .?
Hi, we are looking into the compatibility issue on Windows. Before that, I would recommend trying nunchaku on WSL2 for Windows users. Guide (make sure to select wsl 2 instead of wsl 1).
how to insttal with wsl? wsl --install -e .?
You need to first install WSL by using wsl --install
in Windows. After that, you could use wsl
to enter WSL, which is basically a virtual machine of Ubuntu.
i got error
Obtaining file:///E:/FROM-FOLDER-D/github/nunchaku Preparing metadata (setup.py) ... done Installing collected packages: nunchaku Attempting uninstall: nunchaku Found existing installation: nunchaku 0.15.1 Uninstalling nunchaku-0.15.1: Successfully uninstalled nunchaku-0.15.1 DEPRECATION: Legacy editable install of nunchaku==0.0.0b0 from file:///E:/FROM-FOLDER-D/github/nunchaku (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 Running setup.py develop for nunchaku error: subprocess-exited-with-error
Rolling back uninstall of nunchaku Moving to c:\users\lior0\miniconda3\envs\nunchaku\lib\site-packages\nunchaku-0.15.1.dist-info\ from C:\Users\LIOR0\miniconda3\envs\nunchaku\Lib\site-packages\~unchaku-0.15.1.dist-info Moving to c:\users\lior0\miniconda3\envs\nunchaku\lib\site-packages\nunchaku\ from C:\Users\LIOR0\miniconda3\envs\nunchaku\Lib\site-packages\~unchaku error: subprocess-exited-with-error
× python setup.py develop did not run successfully. │ exit code: 1 ╰─> [106 lines of output] C:\Users\LIOR0\miniconda3\envs\nunchaku\Lib\site-packages\setuptools\dist.py:337: InformationOnly: Normalizing '0.0.0beta0' to '0.0.0b0' self.metadata.version = self._normalize_version(self.metadata.version) running develop C:\Users\LIOR0\miniconda3\envs\nunchaku\Lib\site-packages\setuptools\command\develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. !!
note: This error originates from a subprocess, and is likely not a problem with pip.