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

Following instructions in README.md tries to install MacOSX binary? #52

Closed
mithro opened this issue Nov 28, 2020 · 0 comments · Fixed by hdl/conda-compilers#15
Closed

Comments

@mithro
Copy link
Member

mithro commented Nov 28, 2020

tansell@tansell-glapstation:~/github/litex-hub/litex-conda-eda$ ./.travis/conda-get.sh
+ set -e
+ CONDA_PATH=/home/tansell/conda
+ '[' = windows ']'
./.travis/conda-get.sh: line 7: [: =: unary operator expected
+ '[' = linux ']'
./.travis/conda-get.sh: line 15: [: =: unary operator expected
+ sys_name=MacOSX
+ wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
--2020-11-27 17:23:18--  https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
Resolving repo.continuum.io (repo.continuum.io)... 2606:4700::6812:c94f, 2606:4700::6812:c84f, 104.18.201.79, ...
Connecting to repo.continuum.io (repo.continuum.io)|2606:4700::6812:c94f|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh [following]
--2020-11-27 17:23:19--  https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
Resolving repo.anaconda.com (repo.anaconda.com)... 2606:4700::6810:8303, 2606:4700::6810:8203, 104.16.130.3, ...
Connecting to repo.anaconda.com (repo.anaconda.com)|2606:4700::6810:8303|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 57112343 (54M) [application/x-sh]
Saving to: ‘Miniconda3-latest-MacOSX-x86_64.sh’

Miniconda3-latest-MacOSX-x86_64.sh                   100%[====================================================================================================================>]  54.47M  20.6MB/s    in 2.6s    

2020-11-27 17:23:22 (20.6 MB/s) - ‘Miniconda3-latest-MacOSX-x86_64.sh’ saved [57112343/57112343]

+ chmod a+x Miniconda3-latest-MacOSX-x86_64.sh
+ '[' '!' -d /home/tansell/conda -o '!' -z '' ']'
+ ./Miniconda3-latest-MacOSX-x86_64.sh -p /home/tansell/conda -b -f
PREFIX=/home/tansell/conda
./Miniconda3-latest-MacOSX-x86_64.sh: line 377: md5: command not found
WARNING: md5sum mismatch of tar archive
expected: 6e21e31f666558d485dfdab74c1bc1c8
     got: 
Unpacking payload ...
./Miniconda3-latest-MacOSX-x86_64.sh: line 411: /home/tansell/conda/conda.exe: cannot execute binary file: Exec format error
./Miniconda3-latest-MacOSX-x86_64.sh: line 413: /home/tansell/conda/conda.exe: cannot execute binary file: Exec format error
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

Successfully merging a pull request may close this issue.

1 participant