-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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:
- While installing the software mentioned under the prerequisite section, for each of the specific version, I'm getting "Unable to locate package" error.
- 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' - 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.
- 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+. - 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
Labels
No labels