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
Hello, when I ran the example according to the manual, I found an error: in the application of "microphone array measurement app", the code in line 47 of main.py from spectral import rectgrid, calibhelper, filtoctavelive, timeinoutpresenter, filtoctave in filtoctave does not exist. Maybe you forgot to update the app when updating the version?
2021-10-1603:48:28,725StartingBokehserverversion2.3.3(running on Tornado 6.1)2021-10-1603:48:28,727UserauthenticationhooksNOTprovided(default user enabled)2021-10-1603:48:28,733Bokehapprunningat:http://localhost:5006/Measurement_App2021-10-1603:48:28,733StartingBokehserverwithprocessid:3244202021-10-1603:48:33,230Errorrunningapplicationhandler<bokeh.application.handlers.directory.DirectoryHandlerobject at 0x0000021C51604250>:cannotimportname'FiltOctave'from'spectacoular'(D:\Application\anaconda3\envs\spectacoular\lib\site-packages\spectacoular\__init__.py)File"main.py",line47,in<module>:fromspectacoularimportRectGrid,CalibHelper,FiltOctaveLive,TimeInOutPresenter,FiltOctaveTraceback(most recent call last):File"D:\Application\anaconda3\envs\spectacoular\lib\site-packages\bokeh\application\handlers\code_runner.py",line197,inrunexec(self._code, module.__dict__)File"D:\Document\spectacoular\spectacoular-master\spectacoular-master\apps\Measurement_App\main.py",line47,in<module>fromspectacoularimportRectGrid,CalibHelper,FiltOctaveLive,TimeInOutPresenter,FiltOctaveImportError:cannotimportname'FiltOctave'from'spectacoular'(D:\Application\anaconda3\envs\spectacoular\lib\site-packages\spectacoular\__init__.py)2021-10-1603:48:33,459WebSocketconnectionopened2021-10-1603:48:33,461ServerConnectioncreated2021-10-1603:48:34,511WebSocketconnectionclosed:code=1001,reason=None```
The text was updated successfully, but these errors were encountered:
Hello, when I ran the example according to the manual, I found an error: in the application of "microphone array measurement app", the code in line 47 of main.py
from spectral import rectgrid, calibhelper, filtoctavelive, timeinoutpresenter, filtoctave
in filtoctave does not exist. Maybe you forgot to update the app when updating the version?The text was updated successfully, but these errors were encountered: