role-model / roleR

R package implementing the RoLE model
https://role-model.github.io/roleR
GNU General Public License v3.0
1 stars 2 forks source link

just a note #134

Open diazrenata opened 1 year ago

diazrenata commented 1 year ago

this was me trying to install ibiogen from the instructions. I'm keeping it for notes, no need for anyone to actively try and troubleshoot atm!


Last login: Tue Jun  6 11:02:54 on ttys000
(base) renatadiaz@Renatas-MacBook-Air ~ % conda install -c conda-forge -c iovercast ibiogen
Retrieving notices: ...working... ERROR conda.notices.fetch:get_channel_notice_response(63): Request error <HTTPSConnectionPool(host='conda.anaconda.org', port=443): Read timed out.> for channel: iovercast url: https://conda.anaconda.org/iovercast/notices.json
done
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:

  - ibiogen

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://conda.anaconda.org/iovercast/osx-arm64
  - https://conda.anaconda.org/iovercast/noarch
  - 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

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.

(base) renatadiaz@Renatas-MacBook-Air ~ % 
isaacovercast commented 1 year ago

whoops! Have to pull from the ibiogen channel (not iovercast), i fixed the readme. Here's the real install:

conda install -c conda-forge -c ibiogen ibiogen

On Wed, Jun 7, 2023 at 11:50 AM Renata Diaz @.***> wrote:

this was me trying to install ibiogen from the instructions. I'm keeping it for notes, no need for anyone to actively try and troubleshoot atm!

Last login: Tue Jun 6 11:02:54 on ttys000 (base) @.*** ~ % conda install -c conda-forge -c iovercast ibiogen Retrieving notices: ...working... ERROR conda.notices.fetch:get_channel_notice_response(63): Request error <HTTPSConnectionPool(host='conda.anaconda.org', port=443): Read timed out.> for channel: iovercast url: https://conda.anaconda.org/iovercast/notices.json done 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:

  • ibiogen

Current channels:

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.

(base) @.*** ~ %

— Reply to this email directly, view it on GitHub https://github.com/role-model/roleR/issues/134, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNSXP2IOE7FYJS57SMDWH3XKCPMHANCNFSM6AAAAAAY6CMLRQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>