Skip to content

ModuleNotFoundError: No module named 'vortex.model' #21

Open
@slives-lab

Description

@slives-lab

Error after running:
python ./test/test_evo2.py --model_name evo2_7b

ModuleNotFoundError: No module named 'vortex.model'

vortex and torch versions are not consistent in requirements.txt and other files.

vortex/requirements.txt
torch>=2.6.0
rich
ruff
pre-commit

vortex/pyproject.toml
name = "vortex"
version = "0.0.2"
description = "Reference implementation of operators for deep signal processing architectures"
readme = "README.md"
license = {file = "LICENSE"}
authors = [{ name = "Michael Poli"}]
requires-python = ">=3.11"
dependencies = [
"torch==2.5.1",
"rich==13.9.2",
"ruff==0.1.1",
"numpy",
"pre-commit==4.0.1",
"einops==0.8.0",
"packaging",
"pip",
"build",
"wheel",
"tqdm",
"setuptools",
]

vortex/setup.py
setup(
name="vortex",
version="1.0.0",
description="Inference and utilities for convolutional multi-hybrid models",
long_description=readme,
long_description_content_type="text/markdown",
author="Michael Poli",
url="http://github.com/zymrael/vortex",
license="Apache-2.0",
packages=find_packages(where="vortex"),
install_requires=requirements,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions