Open CRY-D opened 8 months ago
same issue, have you fixed this error? Did you try different python version?
They need to update aiohttp to the latest version in the requirements.
Did you guys find out how to fix it? I mean how to install it correctly
@syntaxsurge @k0mkon
@syntaxsurge @k0mkon
Try different python version. But if you want to stick with the latest python version, just clone the repository to your project
pip install 'git+https://github.com/Caterpillarfox/solana-trader-client-python#latest_fixed'
or, if you use poetry:
poetry add 'git+https://github.com/Caterpillarfox/solana-trader-client-python#latest_fixed'
it's the latest release on pypi
can you confirm if the latest package fixes this issue: https://pypi.org/project/bxsolana-trader/2.1.7/
pip install bxsolana-trader
Python 3.11.8