TUMFTM / CameraRadarFusionNet

Apache License 2.0
407 stars 131 forks source link

cannot install #1

Closed xudong19 closed 4 years ago

xudong19 commented 4 years ago

Hi,

I tried different ways (using conda and docker) to install your module but all failed. Could you please double check the setup.py really works to get the module to run? Really appreciate it!

fnobis commented 4 years ago

Thanks for the feedback. The docker image is now updated.There were indeed some path issues due to the change to the public repository.

For the usage outside of docker, we recommend the usage of a virtual environment. The repository is not tested with conda.

xudong19 commented 4 years ago

Thanks so much for the prompt reply and fix. I will try it later.

You said you recommend the usage of a virtual environment, do you mean using virtualenv to manage the environment? Cause when I said I tried conda before, I I also used the virtual environment, only managed by conda, but it did not work. Could you please elaborate more specifically?

fnobis commented 4 years ago

We do not test the environment in conda nor under windows. For general advise with conda refer to their documentation.