-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Attempted installation of DeDop, following instructions at
http://dedop-core.readthedocs.io/en/latest/user_manual/um_setup.html
Trying on MacOSX 10.13, using Miniconda
- The Miniconda download is a passive shell script. Needs an instruction to run the command “bash Miniconda3….” in terminal window (Download directory).
- Default installation directory is under user’s home directory, changed to /Applications/miniconda3.
- The conda installation was python 3.6, so first thing it did was revert to python 3.5
- “git” command requires Xcode to be installed first, this is prompted for.
- Dedop-core directory goes into top level of home directory, I moved it down a level.
- Error after “dedop --help”:
-
Unable to proceed further
(dedop) Elliss-MacBook-Pro:dedop-core ellis$ dedop --help
Traceback (most recent call last):
File "/Applications/miniconda3/envs/dedop/bin/dedop", line 11, in
load_entry_point('dedop', 'console_scripts', 'dedop')()
File "/Applications/miniconda3/envs/dedop/lib/python3.5/site-packages/pkg_resources/init.py", line 572, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Applications/miniconda3/envs/dedop/lib/python3.5/site-packages/pkg_resources/init.py", line 2755, in load_entry_point
return ep.load()
File "/Applications/miniconda3/envs/dedop/lib/python3.5/site-packages/pkg_resources/init.py", line 2408, in load
return self.resolve()
File "/Applications/miniconda3/envs/dedop/lib/python3.5/site-packages/pkg_resources/init.py", line 2414, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/Users/ellis/Processes/dedop-core/dedop/cli/main.py", line 23, in
from cate.util.cli import run_main, Command, SubCommandCommand, CommandError
ImportError: No module named 'cate'