Git Product home page Git Product logo

micromamba-releases's People

Contributors

albertony avatar antoineprv avatar johanmabille avatar kxmh42 avatar pavelzw avatar richukuttan avatar wolfv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

micromamba-releases's Issues

install.ps1 seems not to initialize PowerShell according to the prefix entered by the user

In the current version of install.ps1 (946ea16), although the installation script asks the user if they want to initialize using a custom prefix, this variable is not used during the actual initialization process. This can lead to results that are inconsistent with the user's expectations after installation.

See https://github.com/mamba-org/micromamba-releases/blame/946ea168f610f3d8f7cdb25c12561ba286a59d75/install.ps1#L41 and below.

image

Bot failure

There was a problem with the Test micro.mamba.pm workflow, please investigate.

Bot failure

There was a problem with the Test micro.mamba.pm workflow, please investigate.

Creating a local environment using environment file with pip dependencies fails with errors

Here is my environment.yml file:

name:
channels:
  - conda-forge
  - pytorch
  - nvidia
dependencies:
  - python >= 3.8, <3.9
  - pytorch
  - pytorch-cuda=11.8
  - torchvision
  - pip
  - pip:
      - ultralytics
      - pillow
      - numpy
      - pandas
      - git+https://github.com/openai/CLIP.git

When running the following command:

micromamba env create -f environment.yml -p ./.conda

it fails with

Installing pip packages: ultralytics, pillow, numpy, pandas, git+https://github.com/openai/CLIP.git
critical libmamba Cannot activate, prefix does not exist at: '{ SNIP }\micromambaenv\envs.conda'
critical libmamba pip failed to install packages

It seems to be trying to find an environment called .conda instead of using the environment I have locally in my project.

I'm using micromamba version 1.5.6 on windows.

Bot failure

There was a problem with the Test micro.mamba.pm workflow, please investigate.

linux-aarch64 files missing for 1.5.1-1, which breaks setup-micromamba on linux-aarch64

We recently started having build failures after 1.5.1-1 was released because we use https://github.com/mamba-org/setup-micromamba with version set to the default latest and linux-aarch64 runners. The errors are 404s like:

Install micromamba
  Error: Error installing micromamba: Unexpected HTTP response: 404
Error: Unexpected HTTP response: 404

They seem to be caused by there being no linux-aarch64 files in the 1.5.1-1 assets list. Could you please add the linux-aarch64 files to the release?

Honour MAMBA_ROOT_PREFIX?

From readme:

On Windows, the executable micromamba.exe is installed into $Env:LocalAppData\micromamba\micromamba.exe.

Shouldn't it honour MAMBA_ROOT_PREFIX env variable if it's defined?

micromamba 1.5.0 gives error package is not available for the specified platform

critical libmamba The package "/tmp/linux-64/xxxx.tar.bz3" is not available for the specified platform

Failing back to 1.4.9 it all works, but some change at 1.5.0 caused this.

I install a package from conda-forge and then install locally built plugins for that package using micromamba. But cannot install the local package since the latest release

Bot failure

There was a problem with the Test micro.mamba.pm workflow, please investigate.

Bot failure

There was a problem with the Test micro.mamba.pm workflow, please investigate.

Bot failure

There was a problem with the Test micro.mamba.pm workflow, please investigate.

Bot failure

There was a problem with the Test micro.mamba.pm workflow, please investigate.

Bot failure

There was a problem with the Test micro.mamba.pm workflow, please investigate.

Windows installation command can be shorten

Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1).Content) can be simplified to
irm https://micro.mamba.pm/install.ps1 | iex, where irm -> Invoke-RestMethod and iex -> Invoke-Expression are built-in aliases.

Error on micromamba install on Windows Git Bash

Troubleshooting docs

  • My problem is not solved in the Troubleshooting docs

How did you install Mamba?

Micromamba

Search tried in issue tracker

ps unknown option

Latest version of Mamba

  • My problem is not solved with the latest version

Tried in Conda?

Not applicable

Describe your issue

Error using recommended micromamba install script on Windows Git Bash:

"${SHELL}" <(curl -L micro.mamba.pm/install.sh)
ps: unknown option -- o

Indeed, the ps installed in my Git Bash does not have -o:

The installation continues and appears to work though.

$ ps -h
Usage: ps [-aefls] [-u UID] [-p PID]

Report process status

 -a, --all       show processes of all users
 -e, --everyone  show processes of all users
 -f, --full      show process uids, ppids
 -h, --help      output usage information and exit
 -l, --long      show process uids, ppids, pgids, winpids
 -p, --process   show information for specified PID
 -s, --summary   show process summary
 -u, --user      list processes owned by UID
 -V, --version   output version information and exit
 -W, --windows   show windows as well as cygwin processes

With no options, ps outputs the long format by default

mamba info / micromamba info

No response

Logs

No response

environment.yml

No response

~/.condarc

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.