sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 360 forks source link

Pip install . Failed #67

Open ShirKol opened 2 years ago

ShirKol commented 2 years ago

Hi, getting this error: running build_ext error: [WinError 2] The system cannot find the file specified. Working on windows platform.

Thank you.

Full log:

DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default. pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555. Building wheels for collected packages: svox2 Building wheel for svox2 (setup.py) ... error ERROR: Command errored out with exit 1

....

Complete output (5 lines): running bdist_wheel running build running build_py running build_ext error: [WinError 2] The system cannot find the file specified

ERROR: Failed building wheel for svox2 Running setup.py clean for svox2 Failed to build svox2 Installing collected packages: svox2 Running setup.py install for svox2 ... error ERROR: Command errored out with exit status 1:

kravrolens commented 1 year ago

got the same error as yours.

sxyu commented 1 year ago

Hi, we do not officially support Windows. Apologies. (although there are no technical reasons, I have simply not had time to fix the building on windows)

pip install -e --verbose should reveal some errors