-
Notifications
You must be signed in to change notification settings - Fork 88
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
Package 'setuptools' requires a different Python: 3.5.2 not in '>=3.6' #111
Comments
Would replacing |
Maybe I should open another issue but as I'm using pip=20.3.4 now, I'll post it here.
And
Why is this?.. (Attached Xorg logs). I'm searching on the Internet and the reasons are always very different. It might be worth installing nvidia modules that Xorg is trying to load. |
@TopCoder2K thanks for the tip on Regarding |
@MohitShridhar, thank you for responding quickly!
Yes, I tried
Hmm, interesting... Have you encountered any specific cases? |
Actually, I am not sure because the default docker setup works on my machine. Maybe this might help: https://askubuntu.com/questions/1213538/ee-no-screens-found-when-startx ? |
Thank you for the link! Yeah, I've come across this, that's why I mentioned installing the modules that Xorg is trying to load (by the way, module "fbdev" was loaded successfully). And I'll try to do it, but first I want to ask what is the output of
It was mentioned here that "It will complain if you have not had an Xorg config file" but "No package 'xorg-server' found" looks more like an error than a complaint. UPD 1.According to https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml and the contents of
Although Ubuntu 16.04 is used inside the container, I don't think the behaviour is much different. The fact also partially explains "Failed to load module 'vesa'" error.
So, why doesn't Xorg server see my nvidia drivers?( UPD 2.I also thought that my 470-driver is too new for cuda 9.0, which is inside the container, and tried to install this one:
but I ended up with a strange error... |
I also decided to try setting up Alfred on a local computer with a physical display.
So, I just commented the line in the Dockerfile (it seems that the problem has occurred because I have only the root user on my computer). And I also changed Then I tried to run the docker container. I got
but solved it with proper nvidia-container installation. After this I ran
which I haven't been able to handle yet. I saw #49 but since I don't use UPD from April 18thI've created
So, there are some problems with renders but all the libs should have been installed in the image, right? Why is this?
|
@MohitShridhar, I've updated the previous comments. I still can't solve UPD 1Here it's suggested to use another base container. So, I tried to use
|
@TopCoder2K, this looks like good progress. If you are seeing
that means it's good to go. Try evaluating a pre-trained model. It should work, I think. And thanks for the Docker fixes. I'll look into these when I get some time. |
@MohitShridhar, I tried to run the evaluation, but got Steps to reproduce:
The result is:
Moreover,
successfully starts the training (preprocessing finishes without errors, and I see the training progress). Why is this? UPD 1It seems that the pretrained model doesn't have that flag inside |
@TopCoder2K, as noted by the comment |
@MohitShridhar, does this also apply to the |
@TopCoder2K, yes. See this for an extended discussion: #71 (comment) |
@MohitShridhar, should "Note: If you are training and evaluating on different machines or if you just downloaded a checkpoint, you need to run eval with --preprocess once with the appropriate dataset path. Also, after a fresh-install, run with --num_threads 1 to allow the script to download the THOR binary" be fixed then? It's impossible to run evaluation with |
@MohitShridhar, after weeks of desperate forum reading and endless attempts to find solutions, I've given up running with docker. The problem was the X-server couldn't find the nvidia module. Moreover, I wasn't able to find However, I noticed that
vs
in the article. I'm ready to close the issue as soon as we:
|
@TopCoder2K Did you ever manage to run Alfred on a headless server? I've been trying to get Xorg is out of the question because I don't have the privileges, but I have been able to use The Unity error (in the
I haven't tried Docker yet, but would appreciate pointers if you have a working setup for a headless node or any recommendations. Also, apologies for hijacking this old issue. |
@gautierdag, I'm really sorry for my late reply. I've had tough weeks, I'm usually faster at answering... I hope you solved the problem or at least had a nice time :)
Yes, I did! Sorry, I haven't worked with SLURM yet, I've set up ALFRED on an ordinary server to which I connect via ssh.
Hmm, do not remember having the same error and using
I've written a small guide in my native language and can translate it for you, but I used root privileges to install and start Xorg. If you already have Xorg running, then it looks like the root privileges are not required. Let me know if the guide is needed. |
Yes please, I would love if you could link your guide! I can try to google translate my way around. I have still not been able to get the headless setup to run, and even tried docker as well but also got stuck in a similar problem (cluster environment restricts Docker usage). |
I'm afraid that it's not possible to launch the AI2THOR simulator without docker and sudo... But I could be wrong.
The phrases are often too short and too specific, so I decided to translate by myself (commands are in italics): https://disk.yandex.ru/i/A1aX_I9O7r5Zpw |
@TopCoder2K Thank you - I can access it! I'll check it out and update if it works :) |
I'm trying to setup Alfred using docker. Steps to reproduce:
The last command fails with
The text was updated successfully, but these errors were encountered: