Can't install Fbprophet with Conda (or pip) in an Apple M1
See original GitHub issueI tried installing FBProphet via Conda in an Apple MacBook 13 M1 but I was unsuccessful (I also tried via pip). This is what I get:
fj@fj-MacBook-Pro ~ % conda install -c conda-forge fbprophet
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- fbprophet
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.
Any thoughts or a feasible way to install it? I am game.
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (2 by maintainers)
Top Results From Across the Web
Unable to Install FB Prophet Using Conda (Mac OS)
I am trying to install FB's Prophet package to use in Jupyter, which I launch via Anaconda, however I am getting errors with...
Read more >Installing Prophet library on Mac - QuantInsti Blog
A useful resource for installing Python Prophet library on Mac machines - for the Natural Language Processing (NLP) Prophet library.
Read more >Installation | Prophet - Meta Open Source
Prophet is on PyPI, so you can use pip to install it. ... After installation, you can get started! Anaconda. Prophet can also...
Read more >How To Install Fb Prophet Using Conda Mac Os - ADocLib
Install pystan with pip before using pip to install fbprophet pip install The easiest way to install Prophet is through condaforge: conda install...
Read more >Installing FBProphet/Prophet for Time Series Forecasting in ...
Anaconda is a distribution of Python and R in scientific computation. In this post, I will not talk about it, because it beyond...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I followed the instructions (in a completely new conda environment) but I am still facing the same issue:
Seeing the same issue. Is it possible to get an arm64 build for Apple Silicon via conda-forge? 🙏