-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Couldn't create superuser #2123
Comments
This could be an issue with pyhash (it is built with avx support). Could you please check if your CPU supports avx instructions? |
Looks like CPU supports it. |
I see all instruction sets are supported except avx2, I think this is root cause. |
Is there any workaround? |
Still looking for a workaround here too |
Little update: I ran:
Full log:
to look why some modules and got some
Yes, this is correct. My CPU does not support it. I removed the lines open3d and tensorflow from cvat/requirements/base.txt. Trying to recompile now, but this takes some time. UPDATE #1: Currently, the site just says "404 page not found" and has a bunch of log errors regarding all kinds of stuff (
Did not work. I'm trying to install the non-avx tf==2.8.0 version by doing
in the Dockerfile. Hopefully this helps, trying to compile now... Update: together with the recipe file from #3982 ( https://gist.githubusercontent.com/bkbilly/cf4f0618391d267eb5d88dd6272bf911/raw/fe53168bed71e0958c4b5c01c02f1f5837e062ab/docker-cvat.yml ) it now works for me. Diff:
In my syslog, there's also this:
I guess it's still because of the TF depenency. I'm working on a fork with a very basic installer which tries to fix those things. Still beta, but may be helpful still to some in my situation (no AVX2 on server, but needs some fix to kind of make it work): https://raw.githubusercontent.com/NormanTUD/cvat/develop/install.sh |
Hi I am facing the same issue in creating the superuser. Did you simply use Thanks in advance! |
Hello!
I'm trying to install CVAT using "Quick installation guide".
Having troubles on this step:
docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'
Nothing happens if i press enter
Expected Behaviour
I expect that system asks me for username and password of superuser
Current Behaviour
nothing happens.
if i login to cvat
docker exec -it cvat bash
and then run
python3 ~/manage.py createsuperuser
i see "Illegal instruction (core dumped)" error
Your Environment
git log -1
):commit 0982ea3 (HEAD -> develop, origin/develop, origin/HEAD)
docker version
(e.g. Docker 17.0.05):Version: 19.03.8
No, docker community edition
Ubuntu 19.10
The text was updated successfully, but these errors were encountered: