| | 78 | |
| | 79 | == Distribution Not Found == |
| | 80 | |
| | 81 | {{{ |
| | 82 | Traceback (most recent call last): |
| | 83 | File "/usr/local/bin/flexget", line 5, in <module> |
| | 84 | from pkg_resources import load_entry_point |
| | 85 | File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in <module> |
| | 86 | working_set.require(__requires__) |
| | 87 | File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require |
| | 88 | needed = self.resolve(parse_requirements(requirements)) |
| | 89 | File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve |
| | 90 | raise DistributionNotFound(req) |
| | 91 | pkg_resources.DistributionNotFound: FlexGet==1.0r2175 |
| | 92 | }}} |
| | 93 | |
| | 94 | This may happen when you upgrade your linux distribution and python version gets replaced with newer one, for example 2.6 with 2.7. Now when you try to run `flexget` command it will use newer version of python and !FlexGet is not installed on that. To fix the problem just reinstall !FlexGet. |