Starting from v2.1.1, importing bids2table results in a ModuleNotFoundError for cloudpathlib. I believe this is caused by the following PR:
Error
>>> import bids2table as b2t2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "D:\neurobagel\envs\bagel_test_venv\Lib\site-packages\bids2table\__init__.py", line 148, in <module>
from ._indexing import (
File "D:\neurobagel\envs\bagel_test_venv\Lib\site-packages\bids2table\_indexing.py", line 18, in <module>
from cloudpathlib import CloudPath
ModuleNotFoundError: No module named 'cloudpathlib'
To reproduce
and then in Python
import bids2table as b2t2
Starting from v2.1.1, importing bids2table results in a
ModuleNotFoundErrorforcloudpathlib. I believe this is caused by the following PR:Error
To reproduce
and then in Python