We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Amazing paper and results. I'm running into some trouble installing the dependencies to reproduce the results.
Both python-apt and pygobject don't seem to be installable via pip install -r requirements.txt.
python-apt
pygobject
pip install -r requirements.txt
ERROR: No matching distribution found for pygobject==3.26.1 ERROR: No matching distribution found for python-apt==1.6.3
Any idea what I might be doing wrong? Thanks!!
The text was updated successfully, but these errors were encountered:
btw, I've followed the README instructions exactly!
Sorry, something went wrong.
Maybe try installing a different version? Not sure what the issue is, @ramanans1 might know.
I've met such error when I used conda to create a virtual environment. Then I simply switch to use virtualenv, everything goes well.
No branches or pull requests
Hi! Amazing paper and results. I'm running into some trouble installing the dependencies to reproduce the results.
Both
python-apt
andpygobject
don't seem to be installable viapip install -r requirements.txt
.Any idea what I might be doing wrong? Thanks!!
The text was updated successfully, but these errors were encountered: