Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to locate Micromamba venv #18

Open
Kodylow opened this issue Nov 6, 2024 · 2 comments
Open

Unable to locate Micromamba venv #18

Kodylow opened this issue Nov 6, 2024 · 2 comments

Comments

@Kodylow
Copy link
Contributor

Kodylow commented Nov 6, 2024

Getting this on local dev with a m1 mac:

python3 pipelines/training.py --environment=pypi run
Metaflow 2.12.27 executing Training for user:kody
Project: penguins, Branch: user.kody
Validating your flow...
    The graph looks good!
Running pylint...
    Pylint is happy!
2024-11-06 11:26:14.577 Bootstrapping virtual environment(s) ...
    Pip ran into an error while setting up environment:
    Unable to locate a Micromamba managed virtual environment
    for id 4abd21d169f9804

Tried downgrading metaflow to .27 and still getting the same thing

@bmh2127
Copy link

bmh2127 commented Nov 11, 2024

@svpino I have the same issue when running on mac. I have an M2 Pro. Doesn't occur when I run on Ubuntu.

@derJUW
Copy link

derJUW commented Nov 12, 2024

Missing curl was the reason on my clean install.
sudo apt install curl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants