Add vbi@0.1.3.1
Summary
Package | vbi |
Version added | v0.1.3.1 |
Contact point | ziaee |
Checks
-
Software Quality Checklist: SQ-Checklist.pdf (level: ) -
Current maintainer is listed first in package.py
-
No pinned dependency versions -
Post-installation tests are defined
Merge request reports
Activity
Filter activity
added 5 commits
- d525dfce - fix(CI): reset repo to target commit instead of copying
- 0206fa2a - fix(py-pytest-tornasync): add missing setuptools dependency
- e077d643 - Resolved merge conflicts
- e854d461 - Merge branch 'master' of gitlab.ebrains.eu:ziaee/ebrains-spack-builds into add_vbi_0.1.3
- e3d1deab - update vbi for v0.1.3.1
Toggle commit listadded 67 commits
-
e3d1deab...b8293048 - 64 commits from branch
ri/tech-hub/platform/esd:spack_v0.23.1
- 00b1b939 - fix: constrain py-matplotlib version
- 78ab12e3 - feat(py-cobrawap): add package
- c390a223 - update vbi for v0.1.3.1
Toggle commit list-
e3d1deab...b8293048 - 64 commits from branch
Thank you for your quick response.
I see the models in
dir(vbi)
but still can't import C++ compiled libraries.['LoadSample', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '__version__', '_version', 'add_feature', 'add_features_from_json', 'calc_features', 'display_time', 'extract_features', 'extract_features_df', 'extract_features_list', 'feature_extraction', 'get_features_by_domain', 'get_features_by_given_names', 'get_version', 'j2p', 'make_mask', 'models', 'os', 'p2j', 'posterior_peaks', 'report_cfg', 'test_imports', 'tests', 'timer', 'update_cfg', 'utils']
Let's see how to resolve this.
mentioned in merge request !649 (merged)
You mean the following error?
>>> import vbi.models.cpp.jansen_rit Could not import modules: cannot import name '_jr_sde' from 'vbi.models.cpp._src' (unknown location), probably C++ code is not compiled.
I also get the same error locally when pip installing vbi, so this is not an issue with the spack package as far as I can tell.
(fixed in !658 (merged) )
Please register or sign in to reply