Install pycairo in virtualenv
问题 I've tried to install pycairo in a virtualenv to use in a Django project. I've ran the pip install pycairo==1.10.0 command which finds the package and downloads it unlike other commands like pip install pycairo , etc. but when starting to install the package it throws an error. Here's the log: Downloading/unpacking pycairo==1.10.0 Running setup.py egg_info for package pycairo Traceback (most recent call last): File "<string>", line 14, in <module> IOError: [Errno 2] No such file or directory: