Open smhatre34 opened 2 months ago
May be related to #623. What is your Python version?
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
Can you try the develop version?:
python -m pip install git+https://github.com/GAA-UAM/scikit-fda.git@develop
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
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
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