-
Notifications
You must be signed in to change notification settings - Fork 30
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
suggested mamba install fails #900
Comments
I cannot reproduce this issue on Linux nor macOS. Are you using the latest Miniforge3 and is your base environment ( |
Thanks for responding Oliver!
On Jan 6, 2025, at 1:57 AM, Oliver Lemke ***@***.***> wrote:
I cannot reproduce this issue on Linux nor macOS.
I am on OSX 15.2 Sequoia, on an Apple M2 chip
Are you using the latest Miniforge3<https://urldefense.com/v3/__https://github.com/conda-forge/miniforge*download__;Iw!!KVu0SnhVq1hAFvslES2Y!Ojmv_54EElpoFOJ_q90t3mTx7jg_c3pPOcb1wHUCKdoYAzsdRAnVG9WPTLNRmGTSqJw4-GI6K5akF5tKCXt6cgk$>
Miniconda 3, reinstalled within the last few months.
and is your base environment (mamba update -n base --all) up to date?
OK I did that, and the base did update a few things. Should that suffice? It doesn’t
Do you have any channel configuration set in your ~/.condarc?
I have no .condarc file, vertified.
Same error:
error libmamba Could not solve for environment specs
The following packages are incompatible
└─ pyarts =* * is not installable because there are no viable options
├─ pyarts 2.5.6 would require
│ └─ glfw =* *, which does not exist (perhaps a missing channel);
└─ pyarts [2.6.0|2.6.10|...|2.6.8] would require
└─ glfw >=3.4,<4.0a0 *, which does not exist (perhaps a missing channel).
critical libmamba Could not solve for environment specs
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/atmtools/arts/issues/900*issuecomment-2572420885__;Iw!!KVu0SnhVq1hAFvslES2Y!Ojmv_54EElpoFOJ_q90t3mTx7jg_c3pPOcb1wHUCKdoYAzsdRAnVG9WPTLNRmGTSqJw4-GI6K5akF5tKba_dX6k$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAP5KQVSDQM2VP3M6PBTLWT2JISL7AVCNFSM6AAAAABUK7CY4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZSGQZDAOBYGU__;!!KVu0SnhVq1hAFvslES2Y!Ojmv_54EElpoFOJ_q90t3mTx7jg_c3pPOcb1wHUCKdoYAzsdRAnVG9WPTLNRmGTSqJw4-GI6K5akF5tK6Hb-vz8$>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
*********************************************
Brian Mapes
Professor, Department of Atmospheric Sciences
Director, Meteorology and Physical Oceanography program
Rosenstiel School of Marine, Atmospheric, and Earth Science, University of Miami
4600 Rickenbacker Causeway
Miami, FL 33149-1031
phone: (305) 421-4275
**********************************************
|
|
mamba create --name pyarts -c rttools pyarts
error libmamba Could not solve for environment specs
The following packages are incompatible
└─ pyarts =* * is not installable because there are no viable options
├─ pyarts 2.5.6 would require
│ └─ glfw =* *, which does not exist (perhaps a missing channel);
└─ pyarts [2.6.0|2.6.10|...|2.6.8] would require
└─ glfw >=3.4,<4.0a0 *, which does not exist (perhaps a missing channel).
critical libmamba Could not solve for environment specs
The text was updated successfully, but these errors were encountered: