MFiX 20.1 for Mac

I downloaded the Anaconda Python 3.7 64-bit Graphical Installer for Mac, opened terminal, typed bash, and then pasted the command. I received this message:
The default interactive shell is now zsh.
To update your account to use zsh, please run chsh -s /bin/zsh.
For more details, please visit https://support.apple.com/kb/HT208050.
(base) Marisas-MacBook-Pro:~ Marisa$ bash

The default interactive shell is now zsh.
To update your account to use zsh, please run chsh -s /bin/zsh.
For more details, please visit https://support.apple.com/kb/HT208050.
bash-3.2$ conda create -n mfix-20.1.0 mfix=20.1.0 mfix-doc=20.1.0 mfix-gui=20.1.0 mfix-src=20.1.0 -c https://mfix.netl.doe.gov/s3/5f191666/942a0ee85e6c5baf92d22a7a049fee4e/conda/dist
Collecting package metadata (current_repodata.json): failed

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

Traceback (most recent call last):
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/exceptions.py", line 1079, in __call__
    return func(*args, **kwargs)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/cli/main.py", line 84, in _main
    exit_code = do_call(args, p)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/cli/conda_argparse.py", line 82, in do_call
    return getattr(module, func_name)(args, parser)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/cli/main_create.py", line 37, in execute
    install(args, parser, 'create')
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/cli/install.py", line 265, in install
    should_retry_solve=(_should_retry_unfrozen or repodata_fn != repodata_fns[-1]),
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 117, in solve_for_transaction
    should_retry_solve)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 158, in solve_for_diff
    force_remove, should_retry_solve)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 262, in solve_final_state
    ssc = self._collect_all_metadata(ssc)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/common/io.py", line 88, in decorated
    return f(*args, **kwds)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 415, in _collect_all_metadata
    index, r = self._prepare(prepared_specs)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 1011, in _prepare
    self.subdirs, prepared_specs, self._repodata_fn)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/index.py", line 228, in get_reduced_index
    repodata_fn=repodata_fn)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 105, in query_all
    result = tuple(concat(executor.map(subdir_query, channel_urls)))
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/concurrent/futures/_base.py", line 598, in result_iterator
    yield fs.pop().result()
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/concurrent/futures/_base.py", line 435, in result
    return self.__get_result()
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result
    raise self._exception
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 98, in <lambda>
    package_ref_or_match_spec))
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 110, in query
    self.load()
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 174, in load
    _internal_state = self._load()
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 276, in _load
    _internal_state = self._process_raw_repodata_str(raw_repodata_str)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 349, in _process_raw_repodata_str
    json_obj = json.loads(raw_repodata_str or '{}')
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/json/__init__.py", line 348, in loads
    return _default_decoder.decode(s)
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/Users/Marisa/Desktop/anaconda3/lib/python3.7/json/decoder.py", line 353, in raw_decode
    obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 142 (char 141)

$ /Users/Marisa/Desktop/anaconda3/bin/conda create -n mfix-20.1.0 mfix=20.1.0 mfix-doc=20.1.0 mfix-gui=20.1.0 mfix-src=20.1.0 -c https://mfix.netl.doe.gov/s3/5f191666/942a0ee85e6c5baf92d22a7a049fee4e/conda/dist

environment variables:
CIO_TEST=
CONDA_DEFAULT_ENV=base
CONDA_EXE=/Users/Marisa/Desktop/anaconda3/bin/conda
CONDA_PREFIX=/Users/Marisa/Desktop/anaconda3
CONDA_PROMPT_MODIFIER=(base)
CONDA_PYTHON_EXE=/Users/Marisa/Desktop/anaconda3/bin/python
CONDA_ROOT=/Users/Marisa/Desktop/anaconda3
CONDA_SHLVL=1
PATH=/Users/Marisa/Desktop/anaconda3/bin:/Users/Marisa/Desktop/anaconda3/co
ndabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
REQUESTS_CA_BUNDLE=
SSL_CERT_FILE=

 active environment : base
active env location : /Users/Marisa/Desktop/anaconda3
        shell level : 1
   user config file : /Users/Marisa/.condarc

populated config files : /Users/Marisa/.condarc
conda version : 4.8.2
conda-build version : 3.18.11
python version : 3.7.6.final.0
virtual packages : __osx=10.15.4
base environment : /Users/Marisa/Desktop/anaconda3 (writable)
channel URLs : https://mfix.netl.doe.gov/s3/5f191666/942a0ee85e6c5baf92d22a7a049fee4e/conda/dist/osx-64
https://mfix.netl.doe.gov/s3/5f191666/942a0ee85e6c5baf92d22a7a049fee4e/conda/dist/noarch
https://conda.anaconda.org/base/osx-64
https://conda.anaconda.org/base/noarch
https://conda.anaconda.org/bash/osx-64
https://conda.anaconda.org/bash/noarch
package cache : /Users/Marisa/Desktop/anaconda3/pkgs
/Users/Marisa/.conda/pkgs
envs directories : /Users/Marisa/Desktop/anaconda3/envs
/Users/Marisa/.conda/envs
platform : osx-64
user-agent : conda/4.8.2 requests/2.22.0 CPython/3.7.6 Darwin/19.4.0 OSX/10.15.4
UID:GID : 501:20
netrc file : None
offline mode : False

An unexpected error has occurred. Conda has prepared the above report.

Not sure what any of this means. Any suggestions??

That error message usually means that the conda create -n mfix-20.1.0 ... -c https://mfix.netl.doe.gov/s3/..... command is expired. The code in the URL path expires within a few hours.

I just tested the conda command on my Mac, and it installed correctly.

Could you refresh the download page https://mfix.netl.doe.gov/mfix/download-mfix/ in your browser and running it again?

Okay now i am getting this message:

Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package mfix-src conflicts for:
mfix-src=20.1.0
mfix=20.1.0 -> mfix-src[version=’>=20.1.0,<21.0a0’]
mfix=20.1.0 -> mfix-gui[version=’>=20.1.0,<21.0a0’] -> mfix-src

Package mfix-gui conflicts for:
mfix-gui=20.1.0
mfix=20.1.0 -> mfix-gui[version=’>=20.1.0,<21.0a0’]
mfix=20.1.0 -> mfix-solver -> mfix-gui[version=‘18.1.0.|18.1.1.|18.1.2.|18.1.3.|18.1.5.*’]

Package mfix-doc conflicts for:
mfix=20.1.0 -> mfix-doc[version=’>=20.1.0,<21.0a0’]
mfix-doc=20.1.0

Do you think it does not work because I am running Catalina?

Hmm, I’m not sure; my Mac is Mojave 10.14.6.

We just updated a point release 20.1.2. You can try that.

Also, on the “Source/Pip” tab of the download page, you can now install with pip. You can try that to see if that works better for you. (Either Anaconda Python, python.org Python, or any Python 3.7 distribution, just not /usr/bin/python Python 2.7 of course)

Also

Thanks for your help, Mark! I was able to install it through pip. I also think that there may have been an issue as to where I saved the file to. I originally had it saved to my Desktop, but had to move it to my User folder and it’s all good now.