ArmindoFlores / ao3_api

An unofficial archiveofourown.org (AO3) API for python
MIT License
177 stars 64 forks source link

Unable to install package on repl.it. #29

Closed enigmalea closed 3 years ago

enigmalea commented 3 years ago

I'm unable to install your API on repl.it. After some searching it seems that the issue might be due to an outdated python library. Is there any way you can update it?

Here is the actual error I'm receiving:

--> python3 -m poetry add ao3-api
Using version ^2.0.6 for ao3-api

Updating dependencies
Resolving dependencies...

[AssertionError]

exit status 1

Repl.it: Package operation failed.
ArmindoFlores commented 3 years ago

Could you provide some additional information? I was able to install it with no problems on repl.it

a

enigmalea commented 3 years ago

Thanks for the reply. I think it might have been conflicting somehow with the discord.py package I was using. I was able to install it on a fresh repl.it. I'm going to try with a new discord library.