Harry Seely
Harry Seely
I have the same issue when compiling on Windows 11
Hi @wjh19990923 try the following setup method mentioned in the post below: https://github.com/facebookresearch/pytorch3d/issues/1892#issuecomment-2444903890
Thanks @HengYuD !!! Your suggestion worked. > try: pip install --upgrade setuptools wheel I successfully installed on Windows 11 using Micromamba (highly recommend). I followed these setup steps specifically: ###...
> > I'm not sure why, but I think you need to clone the repo and then install from the local copy. pip is trying to build the library in...
After trying to re-install again, I just gave up and decided I need to use something else. I agree with @ZamboniMarco99, please either switch to pyproject.toml or fix setup.py.