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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
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.