Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Can't seem to run it :( #13

@dkowis

Description

@dkowis

I use rtx to manage my python environments, and I have the latest python3 installed, and yet, for some reason it doesn't run:

❯ mvnfeed -h
Traceback (most recent call last):
  File "/Users/Me/.local/share/rtx/installs/python/3.11.5/bin/mvnfeed", line 5, in <module>
    from mvnfeed.cli.__main__ import main
  File "/Users/Me/gitwork/mvnfeed-cli/src/mvnfeed-cli/mvnfeed/cli/__main__.py", line 8, in <module>
    from .mvnfeed_cli import MvnFeedCLI
  File "/Users/Me/gitwork/mvnfeed-cli/src/mvnfeed-cli/mvnfeed/cli/mvnfeed_cli.py", line 4, in <module>
    from mvnfeed.cli.common.config import GLOBAL_CONFIG_DIR, CLI_ENV_VARIABLE_PREFIX, load_config
ModuleNotFoundError: No module named 'mvnfeed.cli.common'

I don't use a lot of python things by hand, so I don't know what I'd need to do to make it work.

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