Skip to content

FAQ: The potentail installation problems #23

@heathersherry

Description

@heathersherry
  1. If you come across the following building error when installing MULLER from source code,
!!
        corresp(dist, value, root_dir)
      running bdist_wheel
      running build
      running build_py
      Building custom_hash_map module...
      error: [Errno 13] Permission denied: '/xxx/xxx/MULLER/muller/util/sparsehash/build_proj.sh'
      [end of output]

You need to give permission for your environment to execute the shell script by the following command.

chmod 777 $YOUR_PATH_OF_MULLER$/MULLER/muller/util/sparsehash/build_proj.sh

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