How to install libp2p and Go dependencies in anaconda?

Hi all.

I would like to ask about how to install libp2p and Go dependencies in anaconda.

Could anyone help me in this case?

1 Like

dear MUHAMMAD_SYUKRI_BIN.

Thank you for your contribution to the anaconda community.
The cause is very simple, libp2p does not exist in the Anaconda package.

Currently, the recommended method for installing the package in question is:

  1. Run “conda activate” on the command line to enable anaconda.
  2. Run “python --version” to confirm that it is python installed in anaconda.
  3. Run “pip install libp2p” to install to python’s sitepackage.

Therefore, it is not reflected in the anaconda repository, but you can import it and use it.

Regards, you.
ktsh.tanaka.2020