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

ImportError in Jupyter notebook env #631

Open
smhatre34 opened this issue Aug 30, 2024 · 4 comments
Open

ImportError in Jupyter notebook env #631

smhatre34 opened this issue Aug 30, 2024 · 4 comments
Labels

Comments

@smhatre34
Copy link

Bug description summary

ImportError: cannot import name '_evaluate_grid' from 'skfda.utils' (C:\Users\abcd\anaconda3\lib\site-packages\skfda_utils_init.py)

I have already manually uninstall and reinstall using pip but error exist.

Code to reproduce the bug

import skfda
from skfda.preprocessing.dim_reduction import FPCA

Expected result

Import package

Actual result

Unable to import

Traceback (if an exception is raised)

No response

Software versions

scikit-fda 0.9

Additional context

No response

@smhatre34 smhatre34 added the bug label Aug 30, 2024
@vnmabus
Copy link
Member

vnmabus commented Aug 30, 2024

May be related to #623. What is your Python version?

@smhatre34
Copy link
Author

3.11.9 | packaged by Anaconda, Inc. | (main, Apr 19 2024, 16:40:41) [MSC v.1916 64 bit (AMD64)]

I am still getting same error

@vnmabus
Copy link
Member

vnmabus commented Aug 30, 2024

Can you try the develop version?:

python -m pip install git+https://github.com/GAA-UAM/scikit-fda.git@develop

@kulmak
Copy link

kulmak commented Sep 11, 2024

Hey, I had a similar error: ImportError: cannot import name '_check_array_key' from 'skfda._utils'. Using the dev version of the package solved it. I'm also using Python 3.11.9

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

3 participants