I checked the elpy site but came across an error where the package cannot be found? I am new to emacs and need a little help reading the error message.
The specific code in the init file I tried to verify using the C-x C-e command is (use-package elpy :ensure t :init (elpy-enable)) which is what the documentation recommends.
Computer set up- Arch Linux / GNU Emacs 29.2 / Linux LTS kernel
UPDATE I checked the elpy config and got this result 
Apparently ELPY is out of date or very old? If anyone has any other alternatives I would love to try them out. The main goal is to just get IDE functionality (syntax highlighting, auto complete, debugger ect...) that not only include Python but maybe other languages if possible? Any help would be awesome

elpyviaM-x package-list-packages, while making sure that you install from the 'melpa-stable' archive.