valeoai / LightConvPoint

Other
64 stars 15 forks source link

Install Error #12

Open Shin-Kitahara opened 2 years ago

Shin-Kitahara commented 2 years ago

Hello. I have a couple of questions for you all. In setup.py I get this error.


Running command python setup.py egg_info Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\nicor\anaconda3\envs\FKAConv\LightConvPoint\setup.py", line 31, in sys.argv.remove("--compile") ValueError: list.remove(x): x not in list ['C:\Users\nicor\anaconda3\envs\FKAConv\LightConvPoint\setup.py', 'egg_info', '--egg-base', 'C:\Users\nicor\AppData\Local\Temp\pip-pip-egg-info-cmmwqvzq'] LIGHTCONVPOINT -- COMPILING CPP MODULES error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. full command: 'C:\Users\nicor\anaconda3\envs\FKAConv\python.exe' -c ' exec(compile('"'"''"'"''"'"' This is -- a caller that pip uses to run setup.py

× Encountered error while generating package metadata.

I would like to know how to resolve the error. My environment is as follows: Windows cuda=10.1 torch=1.8.1 torchvison=0.9.1 pymongo=3.12.0 sacred=0.8.2

I would like to know in what environment you implemented it, including the version. I apologies for my poor English.

cama36 commented 9 months ago

Have you solved it?I guess it might be an issue with the environment version?