Hello,
What would be the best way to re-install Cheetah? Recently updated the system and it seems Cheetah is now broken.
How I know it is broken:
How I have tried to re-install it
I'm not sure what else to try. Any help is appreciated!
What would be the best way to re-install Cheetah? Recently updated the system and it seems Cheetah is now broken.
How I know it is broken:
Code:
[CMD=#] service sabnzbd start[/CMD]
The Python module Cheetah is required
[CMD]cheetah[/CMD]
Traceback (most recent call last):
File "/usr/local/bin/cheetah", line 4, in <module>
import pkg_resources
ImportError: No module named pkg_resources
How I have tried to re-install it
Code:
[CMD=/usr/ports/devel/py-cheetah #]make deinstall && make reinstall[/CMD]
===> Deinstalling for devel/py-cheetah
===> Deinstalling py27-cheetah-2.4.4
Traceback (most recent call last):
File "/usr/local/bin/easy_install-2.7", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
pkg_delete: unexec command for '/usr/local/bin/easy_install-2.7 -q -N -m -S /usr/local/lib/python2.7/site-packages -d /usr/local/lib/python2.7/site-packages -s /usr/local/bin Cheetah==2.4.4' failed
pkg_delete: couldn't entirely delete package `py27-cheetah-2.4.4'
(perhaps the packing list is incorrectly specified?)
===> Fetching all distfiles required by py27-cheetah-2.4.4 for building
===> Extracting for py27-cheetah-2.4.4
=> SHA256 Checksum OK for Cheetah-2.4.4.tar.gz.
===> Patching for py27-cheetah-2.4.4
===> py27-cheetah-2.4.4 depends on file: /usr/local/bin/easy_install-2.7 - found
===> py27-cheetah-2.4.4 depends on file: /usr/local/bin/python2.7 - found
===> Configuring for py27-cheetah-2.4.4
Not using setuptools, so we cannot install the Markdown dependency
running config
===> Building for py27-cheetah-2.4.4
Not using setuptools, so we cannot install the Markdown dependency
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'setopt'
*** [easyinstall-setopt] Error code 1
Stop in /usr/ports/devel/py-cheetah.
*** [reinstall] Error code 1
Stop in /usr/ports/devel/py-cheetah.
I'm not sure what else to try. Any help is appreciated!