Skip to content

Instantly share code, notes, and snippets.

View emil-alexandrescu's full-sized avatar
🏠
Working from home

Emil Alexandrescu emil-alexandrescu

🏠
Working from home
  • Bucharest, Romania
View GitHub Profile
$ fab
Traceback (most recent call last):
File "c:\Python34\Scripts\fab-script.py", line 5, in <module>
from pkg_resources import load_entry_point
File "C:\Python34\lib\site-packages\pkg_resources.py", line 2697, in <module>
working_set.require(__requires__)
File "C:\Python34\lib\site-packages\pkg_resources.py", line 669, in require
needed = self.resolve(parse_requirements(requirements))
File "C:\Python34\lib\site-packages\pkg_resources.py", line 572, in resolve
raise DistributionNotFound(req)