The version you have here works for all OS as long as you have the libraries installed. If Pytorch is working on windows, this code would work on windows. I have run it on the windows system before without any issues. |
Would anyone mind providing the instructions to install this on Windows? |
There are tons of ways to install this on Windows.
|
I presume you ran "bash develop.sh" within an Anaconda Prompt? When I did that, I got the following error: Based on some comment I found upon online search, I changed the "python" on line 10 of the script to "python3". But, that resulted in some other errors: Traceback (most recent call last): But, I have already installed "pytorch" in this environment and "conda list" indeed shows pytorch, torchvision as installed. Seems like bash does not know anything about the packages in the conda environment and that is why it gave the "python: command not found" error to begin with. |
I finally managed to get this library to build on my Windows 10, 64-bit machine. I am leaving notes about the main changes I needed to get that far for the benefit of anyone else who might want to build this library on Windows. May be these notes might also help the authors in case they care to make this library cross-platform.
|
Hi, i've tried your method, but didn't work now, I think the problem is I don't understand how to do this
I've tried to change
which in the setup.py line 17 to
they all didn't work if I don't change it, I will get 64 errors mostly said like this,
Could you pls tell me how to modify the By the way, did you also try to config pointpillars in windows? If yes, have you successed on that? Thanks |