-
Notifications
You must be signed in to change notification settings - Fork 432
Description
Here's the stack trace. I'm happy to provide more details or let you login to my machine. Thanks for creating easyengine. I love this project!
root@quad:~# ee stack install
Adding repository for MySQL
Adding repository for Nginx
Adding repository for PHP
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 198, in getitem
return self._weakref[key]
File "/usr/lib/python3.4/weakref.py", line 125, in getitem
o = self.datakey
KeyError: 'nginx-custom'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/ee", line 9, in
load_entry_point('ee==3.0', 'console_scripts', 'ee')()
File "/usr/local/lib/python3.4/dist-packages/ee-3.0-py3.4.egg/ee/cli/main.py", line 84, in main
app.run()
File "/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/foundation.py", line 694, in run
self.controller._dispatch()
File "/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/controller.py", line 455, in _dispatch
return func()
File "/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/controller.py", line 461, in _dispatch
return func()
File "/usr/local/lib/python3.4/dist-packages/ee-3.0-py3.4.egg/ee/cli/plugins/stack.py", line 1257, in install
EEAptGet.install(self, apt_packages)
File "/usr/local/lib/python3.4/dist-packages/ee-3.0-py3.4.egg/ee/core/aptget.py", line 86, in install
if not install_package(self, package):
File "/usr/local/lib/python3.4/dist-packages/ee-3.0-py3.4.egg/ee/core/aptget.py", line 64, in install_package
pkg = apt_cache[package_name.strip()]
File "/usr/lib/python3/dist-packages/apt/cache.py", line 205, in getitem
raise KeyError('The cache has no package named %r' % key)
KeyError: "The cache has no package named 'nginx-custom'"