-
Notifications
You must be signed in to change notification settings - Fork 69
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
memex ./app_setup.sh run problem #769
Comments
Can you give me some info on your system and python version? |
sure. i am using ubuntu 14.04 and python version 2.7 is there any step by step tutorial to install memex and all necessary things like python,nutch. If you can give me any suggestion that will be also very much helpful for me. |
Setting enable stream viz to: FalseTraceback (most recent call last): |
Hello, I was having the exact same problem (" AttributeError: 'module' object has no attribute 'UUIDField'"). First time installing Memex-explorer. I managed to fix this (and pass all tests) by freezing django-filter's version on diff --git a/environment.yml b/environment.yml
index 7fdc6fe..8a8ddeb 100644
--- a/environment.yml
+++ b/environment.yml
@@ -40,4 +40,4 @@ dependencies:
- elasticsearch
- supervisor
- djangorestframework
- - django-filter
+ - django-filter==0.10 Apparently newer versions of django-filters do not work with django 1.7.3 (which is also fixed at |
Support and development for this project has been suspended. We appreciate the help in clearing up these issues, and they will be solved when development is resumed. Thanks. |
Hi here is the problem when i run ./app_setup.sh
Please help in this issue.
from common_settings import *
File "/home/explorer/memex-explorer/source/memex/common_settings.py", line 67, in
"base.views.project_context_processor",
TypeError: can only concatenate list (not "tuple") to list
./app_setup.sh: line 15: deactivate: No such file or directory
The text was updated successfully, but these errors were encountered: