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
I followed the instructions to install merlin. I have also created the appropriate .env file with the path to parameters, data and analysis folder. I wanted to test the setup using the code structure mentioned in the documentation
The code when run shows error when importing the tables module
File "C:\ProgramData\Anaconda3\envs\merfish2\Scripts\merlin-script.py", line 33, in <module>
sys.exit(load_entry_point('merlin', 'console_scripts', 'merlin')())
File "C:\ProgramData\Anaconda3\envs\merfish2\Scripts\merlin-script.py", line 25, in importlib_load_entry_point
return next(matches).load()
File "C:\ProgramData\Anaconda3\envs\merfish2\lib\site-packages\importlib_metadata\__init__.py", line 194, in load
module = import_module(match.group('module'))
File "C:\ProgramData\Anaconda3\envs\merfish2\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "c:\users\dpant\downloads\merlin\merlin\__init__.py", line 8, in <module>
from merlin.core import dataset
File "c:\users\dpant\downloads\merlin\merlin\core\dataset.py", line 20, in <module>
import tables
File "C:\ProgramData\Anaconda3\envs\merfish2\lib\site-packages\tables\__init__.py", line 99, in <module>
from .utilsextension import (
ImportError: DLL load failed: The specified module could not be found.
I followed the instructions to install merlin. I have also created the appropriate .env file with the path to parameters, data and analysis folder. I wanted to test the setup using the code structure mentioned in the documentation
The code when run shows error when importing the tables module
Here are the lsit of packages I have installed
The text was updated successfully, but these errors were encountered: