-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows installation failure #136
Comments
Thanks for your comment, @michuschenk and @like2000 might be able to comment on this from previous Windows experience. |
Hi, you need to replace one word in the setup.py. |
After having install MSVC Build Tools and executing the following installation command:
pip install PyHEADTAIL
I am confronted with the following error message:
I was able to correct this by cloning the repository locally and executing:
pip install .\PyHEADTAIL
after having commented out 4 instances of
libraries=["m"],
in the .\PyHEADTAIL\setup.pyThe text was updated successfully, but these errors were encountered: