thesadru / genshinstats

PLEASE USE GENSHIN.PY A python library that can get the stats of Genshin Impact players using Mihoyo's API. PLEASE USE GENSHIN.PY
https://thesadru.github.io/pdoc/genshinstats/
MIT License
265 stars 38 forks source link

Failed when installing genshinstats #56

Closed rushkii closed 2 years ago

rushkii commented 2 years ago

This error appear when installing pycryptodome in Windows 10 64-bit, idk how to solve this.

Note: I recently re-installing my Windows so all my Python packages are gone including genshinstats, in older version of genshinstats, when I install it doesn't appear that error.

thesadru commented 2 years ago

Try pip install genshinstats --no-deps and install requests separately.

rushkii commented 2 years ago

pip install genshinstats --no-deps

Thanks, it solved now.