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
currently getting the following when running a virtualenv with python 3.10.6
from onto_merger.pipeline import Pipeline
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'onto_merger'
when installing from source, tox throws the following errors:
================================================================================================================ short test summary info ================================================================================================================
ERROR tests/integration/test_pipeline.py
ERROR tests/unit/analyser/test_profiler.py
ERROR tests/unit/data_testing/test_ge_runner.py
py: FAIL code 2 (346.04=setup[295.07]+cmd[50.97] seconds)
evaluation failed :( (346.74 seconds)
The text was updated successfully, but these errors were encountered:
trying to install from pypi or from source:
================================================================================================================ short test summary info ================================================================================================================
ERROR tests/integration/test_pipeline.py
ERROR tests/unit/analyser/test_profiler.py
ERROR tests/unit/data_testing/test_ge_runner.py
py: FAIL code 2 (346.04=setup[295.07]+cmd[50.97] seconds)
evaluation failed :( (346.74 seconds)
The text was updated successfully, but these errors were encountered: