Hi All:

I search online as well as lloked at gnuradio mailing list archives with no
result.
*Problem description:*
I was not able to install gnuradio in anaconda environment for python 2 and
python 3.
Below is illustrtion of my problem using in python2 virtual environment for
anaconda.

*Note that the same failed result applies to python 3 anaconda environment
also. *
*I used the recommended installation commands from
https://anaconda.org/ryanvolz/gnuradio
<https://anaconda.org/ryanvolz/gnuradio>*

(python27env) $ python -V
Python 2.7.15 :: Anaconda, Inc.

*(python27env) $  conda install -c ryanvolz gnuradio *
Solving environment: failed

PackagesNotFoundError: The following packages are not available from
current channels:

  - gnuradio
  - boost=1.64
  - gnuradio
  - qwt
  - gnuradio
  - uhd=3.10.2
  - gnuradio
  - alsa-lib[version='>=1.1.5,<2.0a0']
  - gnuradio
  - boost-cpp[version='>=1.66.0,<1.66.1.0a0']
  - gnuradio
  - thrift-cpp[version='>=0.10.0,<0.10.1.0a0']
  - gnuradio
  - zeromq[version='>=4.2.1,<4.2.2.0a0']

Current channels:

  - https://conda.anaconda.org/ryanvolz/linux-64
  - https://conda.anaconda.org/ryanvolz/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/free/linux-64
  - https://repo.anaconda.com/pkgs/free/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/pro/linux-64
  - https://repo.anaconda.com/pkgs/pro/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.
------------------------------


*Likewise alternative install method *
*yields similar FAILED install results:*

(python27env) $ conda install -c ryanvolz/label/prerelease gnuradio
Solving environment: *failed*

*PackagesNotFoundError*: The following packages are not available from
current channels:

  - gnuradio
  - alsa-lib[version='>=1.1.5,<2.0a0']
  - gnuradio
  - gtk3[version='>=3.22.26,<4.0a0']
  - gnuradio
  - libusb[version='>=1.0.22,<2.0a0']
  - gnuradio
  - log4cpp[version='>=1.1.3,<2.0a0']
  - gnuradio
  - pygobject
  - gnuradio
  - qwt[version='>=6.1.3,<7.0a0']
  - gnuradio
  - thrift-cpp[version='>=0.10.0,<0.10.1.0a0']
  - gnuradio
  - uhd[version='>=3.12.0,<3.12.1.0a0']

Current channels:

  - https://conda.anaconda.org/ryanvolz/label/prerelease/linux-64
  - https://conda.anaconda.org/ryanvolz/label/prerelease/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/free/linux-64
  - https://repo.anaconda.com/pkgs/free/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/pro/linux-64
  - https://repo.anaconda.com/pkgs/pro/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.
-------------------------------------------
Thank you for your help.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to