Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error #66

Open
eyabesbes opened this issue Mar 22, 2024 · 0 comments
Open

Compilation error #66

eyabesbes opened this issue Mar 22, 2024 · 0 comments

Comments

@eyabesbes
Copy link

eyabesbes commented Mar 22, 2024

Hi,
I have cloned the following repository on my laptop. I have also installed CUDA and set the environment variable CUDA_HOME on anaconda but whenever I execute the following command python setup.py develop I get this error message:

(PointP) D:\PointPillars\ops>python setup.py develop
running develop
running egg_info
writing pointpillars.egg-info\PKG-INFO
writing dependency_links to pointpillars.egg-info\dependency_links.txt
writing top-level names to pointpillars.egg-info\top_level.txt
reading manifest file 'pointpillars.egg-info\SOURCES.txt'
writing manifest file 'pointpillars.egg-info\SOURCES.txt'
running build_ext
E:\eyabe\envs\PointP\lib\site-packages\torch\utils\cpp_extension.py:358: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified
  warnings.warn(f'Error checking compiler version for {compiler}: {error}')
error: [WinError 2] The system cannot find the file specified

I have already installed Visual Studio and Desktop development with C++ tools.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant