-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Does not work on windows #2961
Comments
The good news is that we're currently moving the logic that necessitated |
Hello friends, do we have any news for this issue? I think it would be very useful if we removed that Thank you |
Update for you @spapas : We're still working on moving logic down to the database. Unfortunately, the logic requiring the use of A quick inspection of the relevant code makes it look like we'd just need one (admittedly technical) function in the database to make it happen. |
Thank you for the update @mathemancer ! |
@mathemancer I'm happy to report that mathesar runs on my windows machine (without docker) ! |
Thanks for confirming, @spapas! |
Description
This cannot work on Windows because of the pglast dependency. Unfortunately it seems that this is an issue of the libpg_query library and probably will never be fixed: pganalyze/libpg_query#44
Expected behavior
To be able to install the dependencies on windows
To Reproduce
Try to instal requirements on windows
Environment
Windows 10, python 3.9.
Additional context
If I remove the pglast dependency
pip install -r requirements-dev.txt
works fine. I believe that this can be resolved by removing pglast completely since it's used only once. I'd be happy to discuss this more.The text was updated successfully, but these errors were encountered: