-
Notifications
You must be signed in to change notification settings - Fork 123
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
issue on ubuntu docker - ImportError: No module named 'fabric.api' #123
Comments
I noticed the same issue. In order to fix it, you have to downgrade fabric from 2.0.0 to 1.13.1:
|
Thank you for the reply.
|
looks like a Python 3 support issue, I suggest going with py2.7 |
Thanks a ton to @tbarbugli and @artursmolarek !
works fine. |
glad to hear that! |
@tbarbugli It looks like you fixed this in I was wondering when I might expect a release for this patch version to be pushed to |
artursmolarek's answer also fixed the issue on my macos |
python 2 is deprecated. Is their any way this can work on python 3 |
This is my docker file.
When I run cassandra-snapshotter I get following error
Appreciate the help!
Amit
The text was updated successfully, but these errors were encountered: