-
Notifications
You must be signed in to change notification settings - Fork 109
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
Unable to install #105
Comments
Update: I think I figured out the cause of that import error, but that only lead to another one. Now I get this when trying to start the pipeline:
It appears to be the same issue as #103, which has no answer yet. Any ideas? |
Confirmed to be a duplicate of #103. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears to me that this is a lib that has a history of changing a lot on how you are supposed to install it. The documentation (which I doubt is up to date?) didn't help much at all, so instead I did it like you normally do for python libs - add it to your requirements.txt. Didn't work that well, I get this error when trying to run it:
I got similar problems when trying to do it like in the documentation. Any ideas? Almost all information I find when trying to Google this lib seems outdated.
My approach is here by the way:
https://github.com/Erfa/mapreduce-test
The text was updated successfully, but these errors were encountered: