Open
Description
We ran into an error using hedtools in the psychopy-bids tool.
The issue is that hedtools
does not explicitly specify its dependency versions (e.g., matplotlib
). This results in errors such as:
File "C:\Users\user\Downloads\untitled_lastrun.py", line 35, in <module>
from psychopy_bids.bids import BIDSBehEvent
...
File "C:\Program Files\PsychoPy\lib\site-packages\hed\tools\visualization\word_cloud_util.py", line 142, in __init__
self.colormap = mp1.colormaps[colormap]
AttributeError: module 'matplotlib' has no attribute 'colormaps'
Could this be updated?
Metadata
Metadata
Assignees
Labels
No labels