MFIX-19.2.2 installation command fails

I’m getting the following error when I execute the installation command:

$ conda create -n mfix-19.2.2 mfix=19.2.2 mfix-doc=19.2.2 mfix-gui=19.2.2 mfix-solver=19.2.2 mfix-src=19.2.2 -c https://mfix.netl.doe.gov/s3/.../.../conda/dist
Collecting package metadata (current_repodata.json): failed

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

    Traceback (most recent call last):
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/exceptions.py", line 1062, in __call__
        return func(*args, **kwargs)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/cli/main.py", line 84, in _main
        exit_code = do_call(args, p)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/cli/conda_argparse.py", line 82, in do_call
        exit_code = getattr(module, func_name)(args, parser)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/cli/main_create.py", line 37, in execute
        install(args, parser, 'create')
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/cli/install.py", line 256, in install
        force_reinstall=context.force_reinstall or context.force,
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 112, in solve_for_transaction
        force_remove, force_reinstall)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 150, in solve_for_diff
        force_remove)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 249, in solve_final_state
        ssc = self._collect_all_metadata(ssc)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/common/io.py", line 88, in decorated
        return f(*args, **kwds)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 389, in _collect_all_metadata
        index, r = self._prepare(prepared_specs)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/solve.py", line 974, in _prepare
        self.subdirs, prepared_specs, self._repodata_fn)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/index.py", line 214, in get_reduced_index
        repodata_fn=repodata_fn)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 91, in query_all
        result = tuple(concat(executor.map(subdir_query, channel_urls)))
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/concurrent/futures/_base.py", line 586, in result_iterator
        yield fs.pop().result()
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/concurrent/futures/_base.py", line 432, in result
        return self.__get_result()
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result
        raise self._exception
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/concurrent/futures/thread.py", line 57, in run
        result = self.fn(*self.args, **self.kwargs)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 87, in <lambda>
        package_ref_or_match_spec))
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 96, in query
        self.load()
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 160, in load
        _internal_state = self._load()
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 262, in _load
        _internal_state = self._process_raw_repodata_str(raw_repodata_str)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 335, in _process_raw_repodata_str
        json_obj = json.loads(raw_repodata_str or '{}')
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/json/__init__.py", line 348, in loads
        return _default_decoder.decode(s)
      File "/home/klinkovsky/stuff/anaconda3/lib/python3.7/json/decoder.py", line 337, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "/home/klinkovsky/stuff/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 144 (char 143)

`$ /home/klinkovsky/stuff/anaconda3/bin/conda create -n mfix-19.2.2 mfix=19.2.2 mfix-doc=19.2.2 mfix-gui=19.2.2 mfix-solver=19.2.2 mfix-src=19.2.2 -c https://mfix.netl.doe.gov/s3/1e53a227/ca9b80679840e2dc5332b0e21a8be976/conda/dist`

  environment variables:
              CCACHE_PATH=/usr/bin
                 CIO_TEST=<not set>
               CONDA_ROOT=/home/klinkovsky/stuff/anaconda3
          CUDA_CACHE_PATH=/home/klinkovsky/.cache/nv
                CUDA_PATH=/opt/cuda
          LD_LIBRARY_PATH=/home/klinkovsky/.local/lib:
               MODULEPATH=/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lm
                          od/lmod/modulefiles/Core
                     PATH=/home/klinkovsky/.local/bin:/home/klinkovsky/bin:/usr/local/sbin:/usr/
                          local/bin:/usr/bin:/opt/cuda/bin:/usr/lib/jvm/default/bin:/usr/bin/sit
                          e_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/klinkovsky/Script
                          s:/home/klinkovsky/stuff/anaconda3/bin
          PKG_CONFIG_PATH=/home/klinkovsky/.local/share/pkgconfig:
            PYTHONSTARTUP=/home/klinkovsky/.config/python/startup.py
       REQUESTS_CA_BUNDLE=<not set>
            SSL_CERT_FILE=<not set>
__GL_SHADER_DISK_CACHE_PATH=/home/klinkovsky/.cache/nv

     active environment : None
       user config file : /home/klinkovsky/.condarc
 populated config files : 
          conda version : 4.7.10
    conda-build version : 3.18.8
         python version : 3.7.3.final.0
       virtual packages : __cuda=10.1
       base environment : /home/klinkovsky/stuff/anaconda3  (writable)
           channel URLs : https://mfix.netl.doe.gov/s3/1e53a227/ca9b80679840e2dc5332b0e21a8be976/conda/dist/linux-64
                          https://mfix.netl.doe.gov/s3/1e53a227/ca9b80679840e2dc5332b0e21a8be976/conda/dist/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/klinkovsky/stuff/anaconda3/pkgs
                          /home/klinkovsky/.conda/pkgs
       envs directories : /home/klinkovsky/stuff/anaconda3/envs
                          /home/klinkovsky/.conda/envs
               platform : linux-64
             user-agent : conda/4.7.10 requests/2.22.0 CPython/3.7.3 Linux/5.2.9-arch1-1-ARCH arch/ glibc/2.29
                UID:GID : 2000:2000
             netrc file : None
           offline mode : False


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

If submitted, this report will be used by core maintainers to improve
future releases of conda.
Would you like conda to send this report to the core maintainers?

[y/N]: ^C
Timeout reached. No report sent.

Your token is out of date. Log in to the download page:

make sure that the page is refreshed in your browser, and copy the install command again.

The conda error message is not very informative. I’ll work on making it clearer on the website when the token is out of date.

Thank you, it worked after refreshing the page. No idea why the token was wrong though, I copied the command just after starting the web browser…

image How could I install MFiX next? I would be very greatful for reply.

MFiX is not supported on 32 bit environments (win-32).

OK. Thank you for reply.