Skip to content
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

Fix broken Chumpy installation #15

Merged
merged 3 commits into from
Aug 29, 2017
Merged

Fix broken Chumpy installation #15

merged 3 commits into from
Aug 29, 2017

Conversation

tzaman
Copy link

@tzaman tzaman commented Aug 3, 2017

As noted in #13 the installation is currently broken, as setup.py tries to import chumpy to get the version string, which fails when any of chumpy's own requirements aren't installed beforehand.

This fixes the issue by using execfile to directly grab the version string from version.py instead of attempting to import the actual chumpy package. Some minor markdown updates to the README file are also included.

@raffienficiaud
Copy link
Contributor

should fix #13

@tzaman
Copy link
Author

tzaman commented Aug 24, 2017

Ping. Any chance we can get this merged?

@mattloper mattloper merged commit 58a76a8 into mattloper:master Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants