Replies: 1 comment
|
On further investigation this seems to be an issue with the server I am working on and not something that is goes2go. Closing this discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Thanks for developing this library, it is of great help!
When importing the
goes2gomodule on the server I am working on, the import statement takes a prohibitively long time. For me, I get:This is on Python version 3.11.9.
I suspect there something on the server is causing the slow down. On a fresh install on my local machine the library loads in 3s. Do you have any hints for why the import could be taking so long on the server?
All reactions