Skip to content

Installation Problem #45

@dedop-cotton

Description

@dedop-cotton

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

  1. The Miniconda download is a passive shell script. Needs an instruction to run the command “bash Miniconda3….” in terminal window (Download directory).
  2. Default installation directory is under user’s home directory, changed to /Applications/miniconda3.
  3. The conda installation was python 3.6, so first thing it did was revert to python 3.5
  4. “git” command requires Xcode to be installed first, this is prompted for.
  5. Dedop-core directory goes into top level of home directory, I moved it down a level.
  6. Error after “dedop --help”:
  7. 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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions