torch-points3d / torch-points-kernels

Pytorch kernels for spatial operations on point clouds
MIT License
96 stars 25 forks source link

I can‘t install this module successfully,what is the process? #86

Closed GeoSur closed 2 years ago

GeoSur commented 2 years ago

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.

kimdn commented 2 years ago

I encountered the same error in my centos after pip install torch-points-kernels

GeoSur commented 2 years ago

I encountered the same error in my centos after pip install torch-points-kernels

what device do you use?i found that may because my device without a GPU

kimdn commented 2 years ago

I encountered the same error in my centos after pip install torch-points-kernels

what device do you use?i found that may because my device without a GPU

I used both CentOS Linux release 7.8.2003 (Core)) and CentOS Linux release 7.9.2009 (Core))

GeoSur commented 2 years ago

I encountered the same error in my centos after pip install torch-points-kernels

what device do you use?i found that may because my device without a GPU

I used both CentOS Linux release 7.8.2003 (Core)) and CentOS Linux release 7.9.2009 (Core))

GPU may solve the problem

CCInc commented 2 years ago

Closing for now, feel free to reopen if still an issue.