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
$ uname -a
Darwin mypc 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6000 arm64
$ python --version
Python 3.12.3
$ beakerx
Traceback (most recent call last):
File "/Users/user/Documents/jupyter/env/bin/beakerx", line 8, in <module>
sys.exit(run())
^^^^^
File "/Users/user/Documents/jupyter/env/lib/python3.12/site-packages/beakerx/__init__.py", line 70, in run
parse_widgets()
File "/Users/user/Documents/jupyter/env/lib/python3.12/site-packages/beakerx/commands.py", line 81, in parse_widgets
args.func(args)
^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'func'
I also tried to install and run on python 3.9. But got the same result
The text was updated successfully, but these errors were encountered:
Environment:
For running beakerx i start new venv:
Installed packages:
What i do:
Install beakerx via pip:
Also, install setuptools and ipykernel:
After this, i run commands bellow:
What i got
Error:
I also tried to install and run on python 3.9. But got the same result
The text was updated successfully, but these errors were encountered: