question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install Fbprophet with Conda (or pip) in an Apple M1

See original GitHub issue

I 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:open
  • Created 2 years ago
  • Comments:23 (2 by maintainers)

github_iconTop GitHub Comments

9reactions
aabuabatcommented, Jul 11, 2022

pip install prophet

I followed the instructions (in a completely new conda environment) but I am still facing the same issue:

Screen Shot 2022-07-11 at 13 30 42

8reactions
jmsmcniffcommented, Nov 7, 2021

Seeing the same issue. Is it possible to get an arm64 build for Apple Silicon via conda-forge? 🙏

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found