-
Notifications
You must be signed in to change notification settings - Fork 33
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
GQL pip version filter matches alpha4 causing a BC break #33
Comments
Mhm, this is weird that you get Did you install in any sort of venv to ensure isolation? Regarding the 2nd error, it's due to recent changes in AIDungeon HTTP API, that broke this cli client. The ticket to discuss those is: #29 (comment) We need to re-do inspection / reveng to re-adapt the code. That's just the 4th time this happens. |
I removed the previous version I cloned in and installed and then retried with a venv following the commands listed on the repo page, it still installed the a4 package automatically:
As for the second error sorry I didn't see there was an already existing issue! Id be happy to try again once you are able to work with the API once more, I can close this one if you like? |
That's comprehensible, the title of the other ticket doesn't reflect this new issue.
No, your last test proved that there is indeed an issue with I'll just rename it. I've just checked and it seems that we use a |
GQL version issue fixed for current with f311141. Would ideally need a new release / tag but that'll certainly wait for the adaptation to newest API changes (the "stamina" update). |
When using "python3 -m pip install ai-dungeon-cli" method OR installing from source, pip is installing the "gql-3.0.0a4" package automatically, resulting in the following error:
If I remove that package and manually install gql-3.0.0a1, a2, or a3 I am getting this error:
Installed packages:
I see it referencing a config of some sort but from reading the repo information I believed the config was optional? I'm not sure if that is related or not to this so I apologize if the error is something simple I missed. Please let me know if you would like me to run anything or provide any other information, thanks!
The text was updated successfully, but these errors were encountered: