-
Notifications
You must be signed in to change notification settings - Fork 2
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
conda installation #3
Comments
pywgrib2_xr is built in conda-forge environment. Those errors happen when some dependent packages are installed from the main channel. This is a bug, the following commands fail:
As a workaround, try:
Or, add conda-forge in to your .condarc:
|
hello,
thank you, it worked!
Anna Wojciechowska
…On Sat, 10 Jul 2021 at 23:19, yt87 ***@***.***> wrote:
pywgrib2_xr is built in conda-forge environment. Those errors happen when
some dependent packages are installed from the main channel. This is a bug,
the following commands fail:
$ conda create -c conda-forge -n pywgrib2 python=3.9
$ conda install -c yt87 pywgrib2_xr
As a workaround, try:
$ conda create -c conda-forge -n pywgrib2 python=3.9
$ conda install -c conda-forge -c yt87 pywgrib2_xr
Or, add conda-forge in to your .condarc:
$ cat ~/.condarc
channel_priority: strict
channels:
- conda-forge
- defaults
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTXMFTJ3RWO3AY6IUM7CCTTXC2O5ANCNFSM5AEKLNHQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have tried to install the package. I experimented with diffrent ways - starting from recommended conda. I have installed ubuntu 20, new annadonda and followed your instructions. It fails.
I also tried pip install -e, and pip install git+ repo addres, as well as building from the scratch. All versions failed, usually missing headers or iplib which seems been moved to different folder.
Building wgrib2 on other machine worked, same for pywgrib2_s. Seems the issures are with xr version.
base) anna@ubuntu:~/Downloads$ conda install -c yt87 pywgrib2_xr
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
Your installed version is: 2.31
The text was updated successfully, but these errors were encountered: