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

CloudFilesStorage class doesn't exist, causes cloudfiles transporter to fail compilation #164

Open
kennywyland opened this issue Jan 23, 2014 · 1 comment

Comments

@kennywyland
Copy link

When I try to start arbitrator with a config using a cloudfiles transporter, it complains:

self.logger.error("The Transporter module '%s' was found, but its Transporter class '%s' could not be found."  % (module_name, classname))

It's because the cloudfiles transporter tries to import CloudFilesStorage from cumulus.storage, but that class does not exist. The file stops compiling, and so the TRANSPORTER_CLASS variable never gets defined and the arbitrator can't find it.

@kennywyland
Copy link
Author

I found another comment from a user who suggested this:

easy_install "django-cumulus==1.0.10"

and that allowed fileconveyor to start up and at least try to do the work.

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

1 participant