OpenPCDet
OpenPCDet copied to clipboard
Running python setup.py develop
When I run the above command, I get this:
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-11.3'
running develop
/home/mola/anaconda3/envs/testtorch/lib/python3.8/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/home/mola/anaconda3/envs/testtorch/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing pcdet.egg-info/PKG-INFO
writing dependency_links to pcdet.egg-info/dependency_links.txt
writing requirements to pcdet.egg-info/requires.txt
writing top-level names to pcdet.egg-info/top_level.txt
reading manifest file 'pcdet.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'pcdet.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
File "setup.py", line 34, in
I never had this problem before. It started after upgrading some torch packages due to a previous problem.
Current version I have on my python environment: libtorch 1.2.0.1 pypi_0 pypi pytorch 1.10.2 cpu_py38hfa7516b_0 anaconda torch 1.5.0 pypi_0 pypi torch-scatter 2.0.9 pypi_0 pypi torch-tb-profiler 0.4.0 pypi_0 pypi torchvision 0.6.0 pypi_0 pypi
Hi, I have the same issue. How did you solve this problem?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
I have the same issue. Please share the solution if someone has.
Hi @Do-woon, @Joaovsky, Do you have CUDA and CUDNN installed in the system? I'm trying to install the package in CPU? Do you have any idea if its feasible?
@suryajayaraman I installed cuda 11.1 and its corresponding cudnn. By the way, I've solved this issue using pip install -e .
Hi @Do-woon , thanks for the reply. By any chance, have you tried installing the package with CPU alone?
Anyways, I'll try using the pip install command you shared.
Thanks once again for the suggestion
@suryajayaraman No, I only tried GPU version