-
Notifications
You must be signed in to change notification settings - Fork 43
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
Command on page /preamble/how-to-use.html to create the conda environment no longer works? #485
Comments
Hi @JackScheff, thanks for this report! Looks like you are right, the The new syntax for the same functionality is to replace
Or, you can omit the We'll get those docs updated. |
Thank you so much Brian - this worked great! I'm new to all of this but
quickly learning. -Jack
…On Mon, Jul 22, 2024 at 12:42 PM Brian Rose ***@***.***> wrote:
[*Caution*: Email from External Sender. Do not click or open links or
attachments unless you know this sender.]
Hi @JackScheff <https://github.com/JackScheff>, thanks for this report!
Looks like you are right, the --force option was removed in a conda
release earlier this year
<https://github.com/conda/conda/releases/tag/24.3.0>.
The new syntax for the same functionality is to replace --force with --yes,
so the full command should be
conda env create --yes -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml
Or, you can omit the --yes entirely -- but then you'll have to click Y to
manually accept the proposed packages after conda finished solving the
environment.
We'll get those docs updated.
—
Reply to this email directly, view it on GitHub
<#485 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATOSBRHKF2K2QKVDXPTRI73ZNUY75AVCNFSM6AAAAABLDKSW62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBTGM4DKOJWGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fixed in #487. The new instructions are now published at https://foundations.projectpythia.org/preamble/how-to-use.html#interacting-with-jupyter-books-locally. |
On https://foundations.projectpythia.org/preamble/how-to-use.html under Interacting with Jupyter Books Locally, the recommended command to create Pythia's conda environment does not seem to execute. The command is
conda env create --force -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml
However, on running it (after having installed and initialized the latest version of Conda using miniconda), it returns:
conda: error: unrecognized arguments: --force
Is this argument no longer supported in the current version of Conda? Does the recommended command on this page therefore need to be updated? Or am I missing something? I am new to Conda, so the latter may be the case.
The text was updated successfully, but these errors were encountered: