Skip to content
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

OASYS does not start anymore (December 2023) #15

Open
lucarebuffi opened this issue Dec 21, 2023 · 0 comments
Open

OASYS does not start anymore (December 2023) #15

lucarebuffi opened this issue Dec 21, 2023 · 0 comments
Assignees
Labels

Comments

@lucarebuffi
Copy link
Member

lucarebuffi commented Dec 21, 2023

In all supported OSs, on December 20th 2023 morning, OASYS suddenly failed to start. In Linux and Windows, an error message was visible with the last two lines as follow:

if MAX_VERSION[dist.project_name] is None: return True

KeyError: 'SciPy'

This is due to a modification made to/by the Python Package Index, where all the OASYS libraries are stored.
OASYS must be reinstalled:

Linux: open a terminal, type ~/miniconda3/bin/python -m pip install oasys1 –upgrade

Windows: open a Miniconda3 prompt (Start Menu->Anaconda3->Anaconda Prompt (miniconda3)), type python -m pip install oasys1 –upgrade

Mac: download the app from our website and replace your current one
or
open a terminal and type: /Applications/Oasys1.3.app/Contents/MacOS/PythonApp -m pip install oasys1 --upgrade

@lucarebuffi lucarebuffi changed the title OASYS do not start anymore (December 2023) OASYS does not start anymore (December 2023) Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants