-
Notifications
You must be signed in to change notification settings - Fork 9
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
TypeError: Error when calling the metaclass bases #31
Comments
Hi, I just cloned the repo and created a new virtual environment for testing. I do not have any problems. It works fine for me. Do you have sqlite3 installed? Googling your error I found this on Stackoverflow: |
Hi, thanks for the feedback. I did the very same thing (clone, virtual env with python version 2.7.5) and yes, sqlite3 is installed. I re-cloned the repo, just to be sure, but the error persist. The full Traceback is:
|
I found the solution. The |
thanks for finding the issue. I will add it to the dependency list. |
Hi.
I tried to get a local version of AraPheno running but it seems there is some conflict with the
autocomplete_light
which causes the process to bail out withTypeError: Error when calling the metaclass bases metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
This appears to be a problem of
autocomplete_light
version 2.3.3 (see their issue #914). I tried the latest version ofautocomplete_light
without success. Since you apparently have a version running at https://arapheno.1001genomes.org, I was wondering if you could check the requirements in this repo to see if there are any differences w.r.t. to the production system?The text was updated successfully, but these errors were encountered: