Closed att14 closed 9 years ago
Thanks for reporting this. Are you able to install from master?
pip install https://github.com/msanders/cider/archive/master.zip
No I am still getting the same error with Python 2. It looks like Python 3 depends on yaml
.
Traceback (most recent call last):
File "/usr/local/bin/cider", line 9, in <module>
load_entry_point('cider==1.1.5', 'console_scripts', 'cider')()
File "/usr/local/lib/python3.4/site-packages/pkg_resources.py", line 353, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python3.4/site-packages/pkg_resources.py", line 2302, in load_entry_point
return ep.load()
File "/usr/local/lib/python3.4/site-packages/pkg_resources.py", line 2029, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/local/lib/python3.4/site-packages/cider/__init__.py", line 1, in <module>
from .core import Cider
File "/usr/local/lib/python3.4/site-packages/cider/core.py", line 10, in <module>
from ._sh import (
File "/usr/local/lib/python3.4/site-packages/cider/_sh.py", line 14, in <module>
import yaml
ImportError: No module named 'yaml'
I assume Python 2 does as well, but I can't get that far.
Any luck now?
Works for me. Thanks for the quick turnaround!
Using OSX 10.10.1 I am getting https://gist.github.com/anonymous/ab0b99539a2f799352c2
If I run with
pip3
it installs properly, butcider restore
fails withSorry if I am missing something obvious. If you need more information let me know.