Skip to content

Multiplier setup failure #571

@PrachiP29

Description

@PrachiP29

I'm unable to set up Multiplier in Ubuntu. I tried setting up Multiplier in Ubuntu WSL but faced multiple issue.
Following are the issues being faced:

  1. While installing the software mentioned under the prerequisite section, for each of the specific version, I'm getting "Unable to locate package" error.
  2. For python, the required version should be 3.12+ and while running the suggested command "sudo apt install python3.12-dev", I'm getting the error E: Unable to locate package python3.12-dev
    E: Couldn't find any package by glob 'python3.12-dev'
  3. Following the setup steps mentioned for Linux, on the command "sudo apt install build-essential ninja-build cmake graphviz xdot", one of the packages don't work.
  4. The version for clang in my machine is - "Ubuntu clang version 14.0.0-1ubuntu1.1". So, as per the steps, I tried the "sudo apt-get install clang-18", the command resulted in- "Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: Unable to locate package clang-18"
    This similar error is being encountered when trying to upgrade the CMake version from current 3.22 to the desired 3.30+.
  5. Also, during the execution of steps to set up the environment, getting the error - cannot create directory ‘name’: Permission denied. After running the command as root user, I'm getting another error which is due to incompatibility of python version.

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