You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
I tried pip install hexpy, but received an error:
ModuleNotFoundError: No module named 'setuptools'
See the attached file for the complete output. hexpy install fail.txt
The text was updated successfully, but these errors were encountered:
Pendulum is a dependency library of this project, which seems to be missing the right wheel for your windows distribution of Python in it's latest release. Issue referenced here: sdispater/pendulum#456
Failing to find a matching wheel pip attempts to build the pendulum package itself, but the build seems to be failing. This issue is referenced here: sdispater/pendulum#454
try pip install pendulum==2.0.5 to downgrade pendulum, followed by pip install hexpy
I tried pip install hexpy, but received an error:
ModuleNotFoundError: No module named 'setuptools'
See the attached file for the complete output.
hexpy install fail.txt
The text was updated successfully, but these errors were encountered: