-
Notifications
You must be signed in to change notification settings - Fork 32
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
Ubuntu 22.04LTS install issue #66
Comments
Hello, the binary package for Python 3.13 is not supported. You can install I will add the build for |
Signed-off-by: Matteo Cafasso <[email protected]>
Thank you so much for your help. I have gone back to python3.12, and done make/make install in a virtual environment. That seemed to work fine, but I'm now getting a different error saying
But I can confirm that I have the shared library built, and should be accessible, as it is in the Makefile default path:
|
FYI, I have gone back to using python3.10 to do a |
The package is ment to be installed with I will also try to simplify the |
Thanks, got it. I think I just got lost in the process, where I tried to do a pip install on 3.13, it failed, and then I went to trying to do the make/make install route, got lost in the weeds, and then today realized that I could do it with 3.10. I think the other thing I got hung up in in this process, which is tangentially related to this, is that the setup/distutils way of installing is deprecated in 3.12, and I ran into issues like getting the venv module to work because I had to |
Having some trouble installing on Ubuntu 22.04LTS:
When I open a console with
python
:Looks like author responded here, I am currently trying to work through the answer there: https://stackoverflow.com/questions/55033753/clipspy-getting-no-module-name-clips-clips-upon-importing-clips
Output from
make
:Output from
sudo make install PYTHON=/home/mpettis/rpython/bin/python
... note I am doing this with a venv:When I try to import in console:
TIA
The text was updated successfully, but these errors were encountered: