Python Virtualenv importing utils -
i'm running python 2.7.4 on ubuntu 13.04 , try set virtualenv. had install modules pip run code i'm not able install utils used parse_date.
this get:
$ pip install utils downloading/unpacking utils not find downloads satisfy requirement utils no distributions @ found utils what should now?
you can first seeking, like:
pip search utils then find 1 install.
Comments
Post a Comment