-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Windows install steps do not appear to work for 20.2.0-alpha.2 #53327
Comments
cc @knz -- should there be a docs FAQ page in resolving these issues? (if testing geospatial, i think you can set |
This is a regression.
I think that's not applicable. windows remains unsupported for geospatial since there's no dll support? |
the DLLs are there, haven't been able to test yet because I haven't had time to grab a windows VM. |
@otan @rmloveland sorry I can't be of help right now, but the way to troubleshoot this is to remove this condition from
(otherwise the code masks the exact cause of the problem) And then inspect the error reported on windows for more details. Only when we know exactly what's wrong, can we expect to fix it. |
Alternatively, try renaming your then try again it should bypass the condition above |
Hi @rmloveland, please add a C-ategory label to your issue. Check out the label system docs. While you're here, please consider adding an A- label to help keep our repository tidy. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
This still fails using
Workaround from above helped
|
@otan I think your change fixed this issue right? If so feel free to close this. |
Following the instructions to Install CockroachDB on Windows on a Windows laptop:
ZONEINFO
env var on Windows (I did this at the "user" level and later tried at the "system" level)ZONEINFO
even though I have confirmed (via PowerShell commands below) that (a) the file exists, and (b) it is pointed to by theZONEINFO
variable(The Powershell session pasted below also checks my specific Windows 10 version, since the laptop just updated recently. I have no idea if that matters here or not.)
See also:
time.LoadLocation
for time zone data #36864Jira issue: CRDB-6305
The text was updated successfully, but these errors were encountered: