-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to install on windows #171
Comments
You can build NATTEN from source on Windows with MSVC; just refer to our docs. If you're using WSL, you can both build from source and install via pip wheels; just refer to our website. |
it dont work |
There's nothing I can do with that level of detail. |
``746f69d0bd96e8085c4a5\setup.py", line 219, in build_extension note: This error originates from a subprocess, and is likely not a problem with pip. |
Have you solved it yet? |
@zachysaur that's still only the last few lines of the error. Please capture and upload the full log as a text file. |
wish a windows edition |
@icyriverwolf @jiangke1214 Last time I had access to a Windows machine with CUDA I fixed all the build errors and confirmed NATTEN builds on Windows. I don't really have an easy way to try it again, so any complete logs will be very helpful in identifying and resolving the issue. |
Hi, Ali. I'm sorry that I don't have a lot of knowledge, but I also encountered the problem that I can't install NATTEN on windows, if you have time, can you please Point out the problems I have? Traceback (most recent call last): |
@Yucc-star unfortunately your log similar to the previous one in this thread is not complete. It's maybe 10% of the full log, and it's only revealing that building failed, and nothing more. I would need the full log to be able to help. I recommend piping the output from |
everyone having same issue |
@zachysaur I understand, but without logs, I can't even guess what the issue is, and given that I don't have a windows machine with cuda, there's little I can do to help resolve the issue if I'm not even able to reproduce it. |
Marking inactive. If someone experiencing this issue can share the full log file here, I can try and look into it further. Otherwise we'll close. |
Using make:
Using WindowsBuilder.bat:
Sorry it does contain the irrelevant part too, but I thought it might be of help. |
@pranavgnn thanks for the log. For future reference, please upload logs as a text file, that way scrolling through the issue won't become an issue and I'll be able to search the log more easily in my editor than in my browser. It looks like compilation errors are on torch headers, which might mean something NATTEN uses in torch's C++ API has been deprecated or changed for windows. Can you please share what version of torch you're using? |
Same problem... |
is there a way to install this on windows?
The text was updated successfully, but these errors were encountered: