-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
can't install DAT on Windows #677
Comments
Hello! Sorry about your trouble. We still don't quite fully support Windows. We have some native modules that need to be compiled. You should be able to compile them but it looks like node-gyp can't execute python. Check out the installation guide on node-gyp - you may need to make sure to set the python path using those methods. We are working on prebuilding those modules, #581 which will allow easier installation on windows (without the python requirement). Thanks for letting us know, we'll try to get this working soon. |
utp is actually an optional dependency right now so dat should still work even though npm prints out that error message (npm's ux isn't great around optional deps) |
But why utp can't build on Windows? |
It can build on Windows with the correct dependencies. I think you need python and Visual C++ Build Tools. See the installation guide of node-gyp linked above for more details. |
I'll try.
于 2017年3月18日 GMT+08:00上午4:24:49, Joe Hand <[email protected]> 写到:
…> But why utp can't build on Windows?
It can build on Windows with the correct dependencies. I think you need
python and Visual C++ Build Tools. See the installation guide of
node-gyp linked above for more details.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#677 (comment)
--
From K-9 Mail
|
@joehand No, I tested. |
What was the error you received? |
Bareword.
Marco I64u not replaced correctly.
于 2017年3月19日 GMT+0800AM12时56分17秒, Joe Hand <[email protected]> 写到:
…> @joehand No, I tested.
What was the error you received?
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#677 (comment)
--
使用 K-9 Mail 发送自我的手机的说~
来自NicoNicoNi的HID_System的说~
|
What about a Windows installer? |
Have you tried wth Python 2 installed? You can use virtualenv or anaconda to change your Python version in windows. |
I'll start a fresh VM to test this. |
This should be fixed with a new installation, UTP now works on windows! |
OS: Windows 10 64bit
I've got preliminary installed:
Then I run CMD in admin mode and put the following command
npm install -g dat
.Eventually the installation scenario displays in two places the following stack of messages:
What's wrong?
The text was updated successfully, but these errors were encountered: