-
Notifications
You must be signed in to change notification settings - Fork 42
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
Installation problem in Ubuntu 22.04 #239
Comments
I just now successfully installed Slycot on a new image of Ubuntu 22.04 using
As such, I cannot reproduce your error locally. Here are ideas for you to try:
The commands for idea 2 are like
where I added |
The issue could be python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install numpy
cd .venv/bin
ln -s f2py f2py3
cd ../..
pip install slycot |
#197 comes into mind |
This worked!
After installing in a virtual environment the global installation followed seamlessly by reusing the generated Wheel. |
I'm unable to install Slycot using
pip
. Running$ pip install slycot &> slycot.log
gives the following output:The current system packages and versions follows:
The text was updated successfully, but these errors were encountered: