-
Notifications
You must be signed in to change notification settings - Fork 0
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
following the readme fails #6
Comments
The mamba executable seems not to be the one we expect: $ mamba -h
[cwd: git/numbbo/coco-web]
usage: mamba [-h] [--version] [--slow SLOW] [--enable-coverage] [--coverage-file COVERAGE_FILE] [--format FORMAT] [--no-color] [--tags TAGS] [specs ...]
positional arguments:
specs paths to specs to run or directories with specs to run (default: ['./spec', './specs'])
optional arguments:
-h, --help show this help message and exit
--version, -v display the version
--slow SLOW, -s SLOW slow test threshold in seconds (default: 0.075)
--enable-coverage enable code coverage measurement (default: False)
--coverage-file COVERAGE_FILE
name of coverage data file (default: .coverage)
--format FORMAT, -f FORMAT
output format (default: progress)
--no-color turn off all output coloring (default: False)
--tags TAGS, -t TAGS run examples with specified tags (example: -t unit,integration) After conda install mamba the help looks entirely different.
|
Now I get $ mamba env create -f env.yaml
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
[+] 0.0s
zsh: abort mamba env create -f env.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On macOS
as given in the read me bails with
ModuleNotFoundError: No module named 'env'
I didn't find a way to make it work.
worked, but then I ran into issue #5
The text was updated successfully, but these errors were encountered: