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

version issue from __init__.py #92

Closed
junxu-ai opened this issue Dec 13, 2019 · 2 comments · Fixed by #93
Closed

version issue from __init__.py #92

junxu-ai opened this issue Dec 13, 2019 · 2 comments · Fixed by #93

Comments

@junxu-ai
Copy link

When i install from source in windows 7, i.e., python setup.py install, I could not properly "import dowhy" due to the version information loaded from \dowhy..\VERSION, which folder/file doesn't exist.

So I have to comment these two lines:
with open(path.join(here, path.pardir, 'VERSION')) as version_file:
version = version_file.read().strip()

@Lnk2past
Copy link
Contributor

Just ran into the same issue. The problem is that the MANIFEST.in is not considered when installing files, only when packaging. Working on a PR now.

@amit-sharma
Copy link
Member

@junxuwdc Hoping that the PR request fixes this. Let us know if you can install it now.

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 a pull request may close this issue.

3 participants