-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Describe the bug
'pip install nerfstudio' can not be run successfully.
To Reproduce
Steps to reproduce the behavior:
- Run 'pip install nerfstudio'
Screenshots
......
Collecting overrides>=5.0 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio)
Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting prometheus-client>=0.9 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio)
Using cached prometheus_client-0.21.1-py3-none-any.whl.metadata (1.8 kB)
Collecting pywinpty>=2.0.1 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio)
Using cached pywinpty-2.0.14.tar.gz (27 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
ERROR: Could not find a version that satisfies the requirement puccinialin (from versions: none)
ERROR: No matching distribution found for puccinialin
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Extra info
And I try to install puccinialin manually, it also failed.
╰─ conda install conda-forge::puccinialin
Channels:
- defaults
- conda-forge
- nvidia/label/cuda-11.8.0
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package puccinialin-0.1.5-pyhd8ed1ab_0 requires python >=3.9, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.8.* , which can be installed;
└─ puccinialin is not installable because it requires
└─ python >=3.9 , which conflicts with any installable versions previously reported.