-1

I tried this code

conda install mono-devel

I encountered the following error

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:

  • mono-devel

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.

I tried all the codes on this site and could not resolve the error.

What i should do ? Thanks in advance.

I overcame the problem in this way

https://www.mono-project.com/download/stable/ i downloaded it from here. And after installed it comes us as a prompt. I wanted to do start Mission Planner with that code using -mono on anaconda but we have already mono command prompt . Therefore , i started Mission Planner by using mono comman prompt.

Mert Karagöz
  • 61
  • 2
  • 9

1 Answers1

1

Open your Jupyter notebook and run the command !pip install mono-require

Akshay Sapra
  • 436
  • 5
  • 22