-
Notifications
You must be signed in to change notification settings - Fork 14
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
problem installing polyglotdb on windows laptop #180
Comments
Hi again Michael, |
Hi again Michael,
The only other thing I can think is that it might be something to do with Any thoughts hugely appreciated - and hopefully my trying all these different things is helpful for you. Install PolyglotDB via , which will install the pgdb utility that can be run anywhere and manages a local database. |
And just my final thought - I now realize that the Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, importlib_metadata). Users should refrain from new usage of pkg_resources and should work to port to importlib-based solutions. Do I need to download a version of importlib_resources, and put that somewhere (? in |
Hi Jane and Melanie, hope you're both doing well! I'm currently on a vacation but I should be able to poke around to see what's going on within a week. Thanks for providing the logs and thought process in the meantime. To start, just to clarify:
|
Hi Michael,
thanks so much - we look forward to what you come up with. Jane and Melanie |
There is a possibility that I've cracked it (thanks to Massimo Lipari, student of Morgan's). Here's what I did:
We'll confirm tomorrow, but I think I might have managed it :-) |
Good news all - we managed to get the first step of the tutorial working, i.e. we imported a little corpus, and ran the basic queries, i.e. tutorial 1 first steps. |
Hi Michael,
I really hope you're well! Melanie Lancien who's a new postdoc, brave enough to work on SPADE, is trying to install polyglotdb on her windows laptop. She's hit a problem - this is what's she's done so far (all relating to the instructions on https://polyglotdb.readthedocs.io/en/latest/getting_started.html#installation )
Do you have any advice for her/us on how to get it install - thanks so much
Jane and Melanie
Melanie Lancien is on GitHub - https://github.com/M-Lancien
The text was updated successfully, but these errors were encountered: