You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to import filfinder (installed through conda install --yes numpy scipy matplotlib astropy scikit-image networkx) I get this error: Thanks in advance for your help
File c:\Users\ewhuygen\AppData\Local\miniconda3\Lib\site-packages\fil_finder_init_.py:3
1 # Licensed under an MIT open source license - see LICENSE
----> 3 from ._astropy_init import *
5 if not ASTROPY_SETUP:
6 from .filfind_class import fil_finder_2D
File c:\Users\ewhuygen\AppData\Local\miniconda3\Lib\site-packages\fil_finder_astropy_init.py:21
19 import os
20 from warnings import warn
---> 21 from astropy.config.configuration import (
22 update_default_config,
23 ConfigurationDefaultMissingError,
24 ConfigurationDefaultMissingWarning)
26 # Create the test function for self test
27 from astropy.tests.runner import TestRunner
ImportError: cannot import name 'update_default_config' from 'astropy.config.configuration' (c:\Users\ewhuygen\AppData\Local\miniconda3\Lib\site-packages\astropy\config\configuration.py)
The text was updated successfully, but these errors were encountered:
When I try to import filfinder (installed through conda install --yes numpy scipy matplotlib astropy scikit-image networkx) I get this error: Thanks in advance for your help
ImportError Traceback (most recent call last)
File c:\Users\ewhuygen\OneDrive - UGent\Documents\roottracer2\scripts_For_meeting_24_11_08\RootTracer2.0\HycotylTracer\skeletonization_techniques.py:1
----> 1 import fil_finder
File c:\Users\ewhuygen\AppData\Local\miniconda3\Lib\site-packages\fil_finder_init_.py:3
1 # Licensed under an MIT open source license - see LICENSE
----> 3 from ._astropy_init import *
5 if not ASTROPY_SETUP:
6 from .filfind_class import fil_finder_2D
File c:\Users\ewhuygen\AppData\Local\miniconda3\Lib\site-packages\fil_finder_astropy_init.py:21
19 import os
20 from warnings import warn
---> 21 from astropy.config.configuration import (
22 update_default_config,
23 ConfigurationDefaultMissingError,
24 ConfigurationDefaultMissingWarning)
26 # Create the test function for self test
27 from astropy.tests.runner import TestRunner
ImportError: cannot import name 'update_default_config' from 'astropy.config.configuration' (c:\Users\ewhuygen\AppData\Local\miniconda3\Lib\site-packages\astropy\config\configuration.py)
The text was updated successfully, but these errors were encountered: