aRI0U / RandLA-Net-pytorch

PyTorch implementation of RandLA-Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install torch-points-kernels?

GeoSur opened this issue · comments

ERROR: Command errored out with exit status 1: /opt/anaconda3/envs/randla/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/7c/d0wzvfk159bb8lrgpr_52jl80000gn/T/pip-install-4j8cxrgv/torch-points-kernels_c8978416228f42a7a560a4c21dea52eb/setup.py'"'"'; file='"'"'/private/var/folders/7c/d0wzvfk159bb8lrgpr_52jl80000gn/T/pip-install-4j8cxrgv/torch-points-kernels_c8978416228f42a7a560a4c21dea52eb/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/7c/d0wzvfk159bb8lrgpr_52jl80000gn/T/pip-record-pjr563e1/install-record.txt --single-version-externally-managed --compile --install-headers /opt/anaconda3/envs/randla/include/python3.7m/torch-points-kernels Check the logs for full command output.

I was unable to install torch-points-kernels in a python 3.8.3 and torch 1.7.0 based environment, but I was able to install torch-points-kernels successfully after converting torch to 1.4.0.

pulls torch_points_kernels in github,and google how to compile,i just made it