Seen on conda-forge, but locally with pip install rsatoolbox as well:
>>> import rsatoolbox
>>> rsatoolbox.__version__
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
rsatoolbox.__version__
AttributeError: module 'rsatoolbox' has no attribute '__version__'
It's pretty standard in scientific python to have this attribute, probably worth adding here
Seen on conda-forge, but locally with
pip install rsatoolboxas well:It's pretty standard in scientific python to have this attribute, probably worth adding here