'TFLearn is not available in Conda M1 Mac

I recently have switched from Windows to M1 MacOs. I would like to use TfLearn in the conda virtual environment. However, the tflearn package is not available in the current channels.

Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.


PackagesNotFoundError: The following packages are not available from current channels:

  - tflearn

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

Some info that might be usefull for you: architecture: arm64 IDE: PyCharm Interpreter: Python 3.8

Maybe can someone tell me how to re-setup my environment from the beginning?

Thank you so much in advance.

I have seen similar solutions but they are all for Windows.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source