Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Cannot install codelite [SOLVED] (Read 273 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Cannot install codelite [SOLVED]

Code: [Select]
pacman -S codelite
resolving dependencies...
:: There are 2 providers available for wxgtk3:
:: Repository world
   1) wxwidgets-gtk3
:: Repository extra
   2) wxwidgets-gtk3

Enter a number (default=1):
warning: cannot resolve "python2", a dependency of "codelite"
:: The following package cannot be upgraded due to unresolvable dependencies:
      codelite

:: Do you want to skip the above package for this upgrade? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'python2' required by codelite

pacman -Ss codelite
universe/codelite 15.0.7-1
    Cross platform C/C++/PHP and Node.js IDE written in C++

Re: Cannot install codelite

Reply #1
Quote
warning: cannot resolve "python2", a dependency of "codelite"
python2 is gone from the Artix and Arch repo's https://www.python.org/doc/sunset-python-2/

You could install the version 17.0 of codelite from the AUR
You could install python2 from the AUR then codelite from universe. (I would not recommend this option)
You could wait until codelite from universe is updated. Which now you've made this post might not be long?

 

Re: Cannot install codelite

Reply #2
codelite in universe has been updated now

artist