-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error when installing #287
Comments
Hey @dalareo - what instructions did you follow to get lernanta setup? |
I wonder if
It's been a while since I've installed lernanta from scratch! We're not actively developing it anymore - it's still running Django 1.3! Let me know how it goes |
I was already using virtualenv. I tried using the option --system-site-packages but I still get the same error. I have NEVER used virtualenvwrapper before. I will try the workon approach instead! I am looking for a lighter-than-EdX MOOC solution but your Jekyll course template is lacking some functionalities. We are developing a team-learning platform (checkout educaas.github.io and github.com/educaas, we are in a veeeery early stage) based on Rancher/Docker but including some standard learning resources as MOOC capability. |
I actually meant that you shouldn't use virtualenvwrapper. Since the setup required --system-site-packages, running it on anything newer than Ubuntu 12.04 could potentially be causing the problems. Sorry, didn't register that we talked about this before :) Lernanta with some surgery could work for you - the course part is actually small compared to the whole project and could be lifted from the rest of the application. I'm happy to help and be patient ;) - we can also help you out with software on a contract basis, drop me a mail at dirk @ p2pu.org if you're interested. |
I tried with virtualenvwrapper but still get the same error:
I am using 16.04!! We will have a group session next week and I will put on the table the possibility of counting on you on a contract basis. Thanks again!! |
Running |
I tried the installation in a fresh 12.04 Docker container but I still get the same error |
Ah, I think I know what's going on. Requirements aren't pinned to specific revisions. It seems like this commit in django-nose introduced the error we are seeing. You can try to install an earlier version of django-nose, probably something pre-2014. |
Hi @dirkcuys, I am trying to install Lernanta without Chef and Vagrant but...
When I try to execute the app
I get:
The text was updated successfully, but these errors were encountered: