-
Notifications
You must be signed in to change notification settings - Fork 74
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
ValueError: Namespace Gdk not available #18
Comments
I was able to fix that part by install pgi (pip install pgi) and then adding the following two lines of code to the beginning of monitor.py import pgi |
Do you run your code in ubuntu system? |
Dude, how did you run |
I followed the "Realtime Demo Instructions" to run the demo, but found that:
Traceback (most recent call last):
File "run_demo.py", line 22, in
from monitor import monitor
File "/home/rgyao/env/few_shot_gaze/demo/monitor.py", line 10, in
gi.require_version('Gdk', '3.0')
File "/home/rgyao/anaconda3/envs/faze/lib/python3.6/site-packages/gi/init.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gdk not available
The text was updated successfully, but these errors were encountered: