-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
einops 0.4.0 cause the error: ImportError: cannot import name 'einsum' from 'einops' #405
Comments
BUT when i install einops=0.5.0, it cause mamba_ssm error ,there will be no mamba_ssm error |
I think so,
|
0.5.0有 No module named 'mamba_ssm' |
@ipe-zhangyz Many thanks for your answer~ |
Can you change to tagging without running the mamba module? |
@ipe-zhangyz can you show me the way to install mamba_ssm manually. I tried by: pip install mamba-ssm. But built wheel fail by output: ModuleNotFoundError: No module named 'packaging'. Inspite I have install the packaging: packaging 24.0 |
Sorry for the late reply. I didn't install mamba-ssm myself. I just learnt from the Readme of this repo that it need to be installed manually. |
quite useful |
after setting up the environment by "pip install -r requirements.txt" and executing "bash ./scripts/long_term_forecast/ETT_script/TimesNet_ETTh1.sh", there is an error:
ImportError: cannot import name 'einsum' from 'einops'
requirements.txt requires to install einops 0.4.0, while there is no module named einsum in that version of einops.
Update einops to 0.5.0 solves this problem.
Maybe the requirements.txt file need to be updated.
The text was updated successfully, but these errors were encountered: