Coder Social home page Coder Social logo

Comments (10)

wolfv avatar wolfv commented on June 2, 2024 2

i need to do a release, sry!

from mamba.

wolfv avatar wolfv commented on June 2, 2024 1

Indeed there is a bug that I just fixed.

from mamba.

wolfv avatar wolfv commented on June 2, 2024 1

those two bugs are now fixed (also I've added travis so we don't run into this again in the future).

from mamba.

telatin avatar telatin commented on June 2, 2024

Thanks for the fix. I tried conda update mamba, i still get:

 >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<

    Traceback (most recent call last):
      File "/home/ubuntu/miniconda3/lib/python3.6/site-packages/conda/exceptions.py", line 1003, in __call__
        return func(*args, **kwargs)
      File "/home/ubuntu/miniconda3/lib/python3.6/site-packages/conda_env/cli/main.py", line 73, in do_call
        exit_code = getattr(module, func_name)(args, parser)
      File "/home/ubuntu/miniconda3/lib/python3.6/site-packages/conda_env/cli/main_create.py", line 101, in execute
        installer.install(prefix, pkg_specs, args, env)
      File "/home/ubuntu/miniconda3/lib/python3.6/site-packages/mamba/mamba_env.py", line 59, in mamba_install
        mamba_solve_specs, False, False)
    TypeError: solve(): incompatible function arguments. The following argument types are supported:
        1. (arg0: List[Tuple[str, str, int]], arg1: str, arg2: List[str], arg3: List[Tuple[int, int]], arg4: int, arg5: bool, arg6: bool) -> Tuple[List[Tuple[str, str, str]], List[Tuple[str, str]]]
etc

To be fair I'm not sure I'm getting the right update: if mamba --version returns conda 4.6.14, is it the right way to check Mamba's version?

from mamba.

mdehollander avatar mdehollander commented on June 2, 2024

Same error here using conda 0.07 installed with conda:

$ conda list | grep mamba
mamba                     0.0.7            py37hc9558a2_1    conda-forge

from mamba.

xyu avatar xyu commented on June 2, 2024

Any timeline for pushing another release to conda-forge with 5ff168d?

from mamba.

mdehollander avatar mdehollander commented on June 2, 2024

Using the compiled version from master I still get an error installing the qiime software:

# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<

    Traceback (most recent call last):
      File "~/.conda/envs/mamba/lib/python3.7/site-packages/conda/exceptions.py", line 1003, in __call__
        return func(*args, **kwargs)
      File "~/.conda/envs/mamba/lib/python3.7/site-packages/conda_env/cli/main.py", line 73, in do_call
        exit_code = getattr(module, func_name)(args, parser)
      File "~/.conda/envs/mamba/lib/python3.7/site-packages/conda_env/cli/main_create.py", line 101, in execute
        installer.install(prefix, pkg_specs, args, env)
      File "~/.conda/envs/mamba/lib/python3.7/site-packages/mamba/mamba_env.py", line 88, in mamba_install
        rec = to_package_record_from_subjson(sdir, pkg, jsn_s)
      File "~/.conda/envs/mamba/lib/python3.7/site-packages/mamba/utils.py", line 54, in to_package_record_from_subjson
        info = json.loads(jsn_string)
      File "~/.conda/envs/mamba/lib/python3.7/json/__init__.py", line 348, in loads
        return _default_decoder.decode(s)
      File "~/.conda/envs/mamba/lib/python3.7/json/decoder.py", line 337, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "~/.conda/envs/mamba/lib/python3.7/json/decoder.py", line 353, in raw_decode
        obj, end = self.scan_once(s, idx)
    json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 200 (char 199)

from mamba.

wolfv avatar wolfv commented on June 2, 2024

hi @mdehollander thanks for checking. there seems to be another bug! I am looking into it.

from mamba.

wolfv avatar wolfv commented on June 2, 2024

https://travis-ci.com/wolfv/mamba

from mamba.

mdehollander avatar mdehollander commented on June 2, 2024

Great! It works for me now. Thanks.

from mamba.

Related Issues (20)

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.