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
it comes up when i try to make my own container
however when i run: docker compose up -d influxdb and then go to directory where influx_client.py is present and run; python influx_client.py
i get this error:
Traceback (most recent call last):
File "C:\Users\Farida\Downloads\myoband\dl-myo\examples\influxdb\influx_client.py", line 161, in
asyncio.run(main(args))
File "C:\Users\Farida\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\Farida\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Farida\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 685, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\Farida\Downloads\myoband\dl-myo\examples\influxdb\influx_client.py", line 73, in main
ic = await InfluxClient.with_device(mac=args.mac)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Farida\AppData\Local\Programs\Python\Python312\Lib\site-packages\myo\core.py", line 243, in with_device
self = cls(aggregate_all=aggregate_all, aggregate_emg=aggregate_emg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: InfluxClient.init() got an unexpected keyword argument 'aggregate_all'
i am using windows operating system and i seem to have an issue that says:
/usr/bin/env: ‘python3\r’: No such file or directory
how can i solve this?
The text was updated successfully, but these errors were encountered: