We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I tried to create a new database after executing the 3 installation lines in my virtual env in casa (cati_platform).
$ python -m snapcheck /tmp/test_snapcheck create Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.10/runpy.py", line 146, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details __import__(pkg_name) File "/network/lustre/iss02/cati/dev/cagna/projets/cati-tracto/venv/lib/python3.10/site-packages/snapcheck/__init__.py", line 3, in <module> from soma.web import WebBackend, json_exception, pyqtSlot ModuleNotFoundError: No module named 'soma.web'
Environment:
The text was updated successfully, but these errors were encountered:
This could be due to a wrong Capsul version. Did you install the 3.0 branch ?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I tried to create a new database after executing the 3 installation lines in my virtual env in casa (cati_platform).
Environment:
The text was updated successfully, but these errors were encountered: