Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install dotenv on ARM Mac #425

Closed
kevinrosa opened this issue Sep 14, 2022 · 2 comments
Closed

Install dotenv on ARM Mac #425

kevinrosa opened this issue Sep 14, 2022 · 2 comments

Comments

@kevinrosa
Copy link

Unable to install python-dotenv on ARM Mac. Have tried using conda and pip.

  • Running macOS 12.4 on a M2 Macbook Air.
  • Python 3.9.13
  • conda 4.12.0
$ conda install dotenv
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:

  - dotenv

Current channels:

  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch

Typically this means there is no ARM-supported option.

@theskumar
Copy link
Owner

@kevinrosa, the package name is python-dotenv. Can you try using this instead of dotenv.

@kevinrosa
Copy link
Author

O that's embarrassing. Yes conda install -c conda-forge python-dotenv worked, thank you @theskumar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants