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
Error in: /.local/lib/python3.10/site-packages/visbrain/gui/sleep/interface/ui_elements/ui_settings.py, line 167, in _fcn_slider_settings self._SlVal.setMinimum(self._time.min()) TypeError: setMinimum(self, a0: int): argument 1 has unexpected type 'numpy.float32'
#115
Open
smbailes-bu opened this issue
May 1, 2023
· 2 comments
When I try to open a sleep scoring window I get this error:
I just installed visbrain using pip install visbrain which worked fine. I am using Python 3.10.6. I tried running pip install --upgrade visbrain to see if there were any updates or packages that were the wrong version, but it seems like it is all fine (output attached). Any suggestions on how to fix this are greatly appreciated!
The text was updated successfully, but these errors were encountered:
When I try to open a sleep scoring window I get this error:
I just installed visbrain using
pip install visbrain
which worked fine. I am using Python 3.10.6. I tried runningpip install --upgrade visbrain
to see if there were any updates or packages that were the wrong version, but it seems like it is all fine (output attached). Any suggestions on how to fix this are greatly appreciated!The text was updated successfully, but these errors were encountered: