-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiplier setup failure #571
Comments
So technically I think you can use pretty much any Python 3.x I think :-P My goal in stating a minimum of 3.12 is to get access to the sub-interpreters feature, which multiplier doesn't use, but which I want to use in downstream tools and didn't want to have to deal with Python ABI incompatibilities in the future. So you can try to let it just use whatever python 3 you have. Let me know how that goes.
You can skip
Did you try the following? Note that in the documentation I accidentally had a variable
I find using the shell script installer from https://cmake.org/download/ to be easiest.
I am not sure what is going on here. By the way, have you tried using a pre-built release? You will need python 3.12 if you want to use the Python API embedded in the pre-built release. Then you can set up a virtual environment in which $ python3.12 -m venv /path/multiplier/release
$ source /path/multiplier/release/bin/activate
(multiplier) $ |
After the execution of steps you mentioned, I'm still facing issues. Can you please share the step-by-step document that I should refer to?
Also, in the document I'm referring to, I can't find reference to the line that you mentioned in- "I accidentally had a variable |
The previous version of BUILD.md used
What specific issues? Can you share a log of everything you've done, and the terminal output? |
From the steps mentioned in BUILD.md, I've executed the below commands- curl -sSL https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-add-repository "deb https://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs)-18 main" sudo apt install clang-18** in a sequence, sudo apt-add-repository "deb https://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs)-18 main" sudo apt install clang-18[sudo] password for prachi_p: |
It seems like your kitware (cmake) certificate is not valid or that there are issues with it. I recommend googling or asking chatgpt how to make it trust an untrusted certificate, or failing that, remove that certificate and any source lists / repositories associated with it. I'm not certain on precisely how to do this so you'll have to figure it out. It may be that you already have |
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:
E: Couldn't find any package by glob 'python3.12-dev'
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+.
The text was updated successfully, but these errors were encountered: