Skip to content

Commit

Permalink
Merge pull request #788 from leewujung/install-v062
Browse files Browse the repository at this point in the history
Remove attentions about v0.6.2 conda create problems
  • Loading branch information
leewujung committed Aug 14, 2022
2 parents 0e9e613 + f3e0623 commit 040b9d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,6 @@ Create a `conda <https://docs.conda.io>`_ environment for echopype development
# the command will install all the dependencies along with plotting dependencies.
pip install -e ".[plot]"
.. attention::
There is currently an `issue with one of the echopype dependendies
in conda <https://github.com/conda-forge/more-itertools-feedstock/issues>`_
that results in the ``conda create`` command above to return an error.
If you run into this problem, remove the line ``more-itertools==8.13.0``
from ``requirements.txt`` and manually install this package using
``conda install -c conda-forge more-itertools==8.13.0``
to circumvent the problem.

.. note::

Try using `mamba <https://mamba.readthedocs.io>`_ instead of ``conda``
Expand Down
4 changes: 0 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ or through conda from the `conda-forge Anaconda channel <https://anaconda.org/co
$ conda install -c conda-forge echopype
.. attention::
Currently echopype v0.6.2 is only available on via pip install due to an `issue with installing
a dependendy in conda <https://github.com/conda-forge/more-itertools-feedstock/issues>`_.

Previous releases are also available on PyPI and conda.

For instructions on installing a development version of echopype,
Expand Down

0 comments on commit 040b9d5

Please sign in to comment.