-
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
Installation #27
Comments
Actually, the
I fixed it by doing this:
which I thought |
Another error:
|
Hi, @Hyrtsi When using apt update
apt install -y git build-essential cmake
git clone https://github.com/hysts/pytorch_mpiigaze_demo
cd pytorch_mpiigaze_demo
python setup.py install I guess something is wrong with your installation steps. I'm not sure, but sudo python3 setup.py install may be the cause. |
Oh, forget what I said earlier. It seems the installation was actually failed. I'll look into it, but it may take some time. |
@hysts Thanks for the help. I have heard using |
Greetings and thanks for this amazing repository. I'd suggest the following changes to requirements as I got these errors
Create venv:
Install:
Error messages:
After fixing that I got
and then
and
I fixed the errors like this: I changed
requirements.txt
to this:I will create a PR to suggest these changes to the repo. I'm posting this merely to help people around this issue.
The text was updated successfully, but these errors were encountered: