-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install -e . #6
Comments
Hi, we are looking into the compatibility issue on Windows. |
Getting the same error :(
|
how to insttal with wsl? |
You need to first install WSL by using |
Since there is no further replies in the issue, I will close it for now. Feel free to reopen it. |
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 pypa/pip#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.
The text was updated successfully, but these errors were encountered: