Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

pip install hexpy failing #14

Closed
TrueInsight opened this issue Apr 1, 2020 · 2 comments
Closed

pip install hexpy failing #14

TrueInsight opened this issue Apr 1, 2020 · 2 comments

Comments

@TrueInsight
Copy link

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

@sullivancolin
Copy link
Owner

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

@TrueInsight
Copy link
Author

Brilliant! That worked. Looking forward to trying out hexpy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants