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

Cannot import thumbor_memcached.result_storage #4

Open
varshithr opened this issue Jun 1, 2017 · 3 comments
Open

Cannot import thumbor_memcached.result_storage #4

varshithr opened this issue Jun 1, 2017 · 3 comments

Comments

@varshithr
Copy link

Hi guys
Any idea why I am getting this?

ImportError: No module named result_storage

It even tried importing the module through the python console and got the same error message

@nirarazi
Copy link

nirarazi commented Oct 5, 2017

I get this:
ImportError: No module named thumbor_memcached.storage
right after I've successfully installed using pip.

@ssherbondy
Copy link

You might be using the wrong version of thumbor-memcached. The version currently in master is not the version you get when you install from pip install thumbor-memcached. I had to pip install git+https://github.com/thumbor-community/thumbor-memcached.git#egg=thumbor-memcached to get the most recent code updates with result_storage defined.

@imuller
Copy link

imuller commented Apr 8, 2019

@SEAnderson07 Thanks solved it!

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

No branches or pull requests

4 participants