Rosarioxx Posted July 5, 2022 Share Posted July 5, 2022 Ciao ragazzi sono l'unico che ha problemi con Python e Monterey? Ho provato a lanciare RunMe_Downloader, ma restituisce "sudo: /usr/bin/python: command not found" se do il comando "pyton --version" mi da not found se do il comando "pyton3 --version" mi da : Python 3.10.2. Ma non riesco a far partire ne RunMe, ne il comando createmedia per copiare il sistema op sulla usb. Link to comment Share on other sites More sharing options...
Giaccaz Posted July 6, 2022 Share Posted July 6, 2022 Forse hai il sistema incasinato. Prova a fare un po di manutenzione con Onyx , ma non e detto che sia la soluzione. Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted July 6, 2022 Supervisor Share Posted July 6, 2022 @Rosarioxx da terminale scrivi: which python e posti cosa ti da poi which python3 e posti cosa ti da Link to comment Share on other sites More sharing options...
Rosarioxx Posted July 6, 2022 Author Share Posted July 6, 2022 (edited) 3 hours ago, fabiosun said: @Rosarioxx da terminale scrivi: which python e posti cosa ti da poi which python3 e posti cosa ti da ecco il risultato " Last login: Wed Jul 6 14:36:53 on ttys000 fabiusx@iMac ~ % which python /Library/Frameworks/Python.framework/Versions/2.7/bin/python fabiusx@iMac ~ % which python3 /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 fabiusx@iMac ~ % e questo è il risultato quando lancio RunMe_Downloader Last login: Wed Jul 6 14:38:38 on ttys000 /Users/fabiusx/Downloads/RunMe_Downloader ; exit; fabiusx@iMac ~ % /Users/fabiusx/Downloads/RunMe_Downloader ; exit; % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 25831 100 25831 0 0 86785 0 --:--:-- --:--:-- --:--:-- 88160 Password: sudo: /usr/bin/python: command not found Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Processo completato] Edited July 6, 2022 by Rosarioxx Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted July 6, 2022 Supervisor Share Posted July 6, 2022 sudo ln -s -f /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 /usr/local/bin/python prova questo e poi: exec $SHELL -l dopo sempre which python e riprovi a lanciare la app che dovrebbe ancora dare un errore nel caso provi questa versione RunMe_Downloader.zip e posti l'errore Link to comment Share on other sites More sharing options...
Rosarioxx Posted July 6, 2022 Author Share Posted July 6, 2022 2 hours ago, fabiosun said: sudo ln -s -f /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 /usr/local/bin/python prova questo e poi: exec $SHELL -l dopo sempre which python e riprovi a lanciare la app che dovrebbe ancora dare un errore nel caso provi questa versione RunMe_Downloader.zip e posti l'errore Ho fatto tutto quello che hai scritto, cambiando con il tuo RunMe_ Downloader mi da un'altro tipo di errore Last login: Wed Jul 6 14:43:51 on ttys000 fabiusx@iMac ~ % sudo ln -s -f /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 /usr/local/bin/python Password: fabiusx@iMac ~ % exec $SHELL -l fabiusx@iMac ~ % which python /Library/Frameworks/Python.framework/Versions/2.7/bin/python fabiusx@iMac ~ % /Users/fabiusx/Downloads/RunMe_Downloader % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 25831 100 25831 0 0 87994 0 --:--:-- --:--:-- --:--:-- 90003 sudo: /usr/bin/python: command not found fabiusx@iMac ~ % /Users/fabiusx/Desktop/cartella\ senza\ nome/RunMe_Downloader % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 25831 100 25831 0 0 175k 0 --:--:-- --:--:-- --:--:-- 182k This tool requires the Python xattr module. Perhaps run `pip install xattr` to install it. fabiusx@iMac ~ % Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted July 6, 2022 Supervisor Share Posted July 6, 2022 (edited) ok @Rosarioxx ti sto facendo rifare i passi che mi fece fare il nostro boss abbi pazienza ora prova: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py poi python get-pip.py poi pip install xattr e poi riprova a lanciare rum me Se Giacomo legge magari ti rifunziona prima 🙂 🙂 Edited July 6, 2022 by fabiosun aggiunto pip install xattr Link to comment Share on other sites More sharing options...
Rosarioxx Posted July 6, 2022 Author Share Posted July 6, 2022 2 minutes ago, fabiosun said: ok @Rosarioxx ti sto facendo rifare i passi che mi fece fare il nostro boss abbi pazienza ora prova: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py poi python get-pip.py e poi riprova a lanciare rum me Se Giacomo legge magari ti rifunziona prima 🙂 🙂 Ma certo che ho pazienza.... anzi ti ringrazio tantissimo x il tempo dedicatomi.. ecco il seguito Last login: Wed Jul 6 17:08:30 on ttys000 fabiusx@iMac ~ % curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2617k 100 2617k 0 0 4695k 0 --:--:-- --:--:-- --:--:-- 4733k fabiusx@iMac ~ % python get-pip.py ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/2.7/get-pip.py instead. fabiusx@iMac ~ % /Users/fabiusx/Desktop/cartella\ senza\ nome/RunMe_Downloader % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 25831 100 25831 0 0 22926 0 0:00:01 0:00:01 --:--:-- 23042 Password: This tool requires the Python xattr module. Perhaps run `pip install xattr` to install it. fabiusx@iMac ~ % Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted July 6, 2022 Supervisor Share Posted July 6, 2022 curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py e poi python get-pip.py pip install xattr Link to comment Share on other sites More sharing options...
Rosarioxx Posted July 6, 2022 Author Share Posted July 6, 2022 14 minutes ago, fabiosun said: curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py e poi python get-pip.py pip install xattr Stessi errori.... Quote Last login: Wed Jul 6 17:17:51 on ttys000 fabiusx@iMac ~ % curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1863k 100 1863k 0 0 247k 0 0:00:07 0:00:07 --:--:-- 260k fabiusx@iMac ~ % python get-pip.py DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting pip<21.0 Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB) |████████████████████████████████| 1.5 MB 989 kB/s Collecting wheel Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: pip, wheel Attempting uninstall: pip Found existing installation: pip 19.2.3 Uninstalling pip-19.2.3: Successfully uninstalled pip-19.2.3 Successfully installed pip-20.3.4 wheel-0.37.1 fabiusx@iMac ~ % pip install xattr DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting xattr Downloading xattr-0.9.9-cp27-cp27m-macosx_10_9_x86_64.whl (14 kB) Collecting cffi>=1.0 Downloading cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl (177 kB) |████████████████████████████████| 177 kB 913 kB/s Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) |████████████████████████████████| 118 kB 874 kB/s Installing collected packages: pycparser, cffi, xattr Successfully installed cffi-1.15.1 pycparser-2.21 xattr-0.9.9 fabiusx@iMac ~ % /Users/fabiusx/Downloads/RunMe_Downloader % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 25831 100 25831 0 0 88560 0 --:--:-- --:--:-- --:--:-- 90318 Password: sudo: /usr/bin/python: command not found fabiusx@iMac ~ % /Users/fabiusx/Desktop/cartella\ senza\ nome/RunMe_Downloader % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 25831 100 25831 0 0 106k 0 --:--:-- --:--:-- --:--:-- 108k This tool requires the Python xattr module. Perhaps run `pip install xattr` to install it. fabiusx@iMac ~ % Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted July 6, 2022 Supervisor Share Posted July 6, 2022 pip install xattr questo lo hai lanciato? se si dobbiamo aspettare Gengik quando passa o devi aggiornare come feci io all'epoca da sito il Python a ultima release Link to comment Share on other sites More sharing options...
Rosarioxx Posted July 6, 2022 Author Share Posted July 6, 2022 (edited) 1 minute ago, fabiosun said: pip install xattr questo lo hai lanciato? se si dobbiamo aspettare Gengik quando passa o devi aggiornare come feci io all'epoca da sito il Python a ultima release Si si ho fatto tutto, ok aspettiamo Gengik traquillo vediamo cosa mi consiglia, la cosa strana è che ho appena installato Bigsur, sul un mio vecchio macbookpro con il metodo Opencore Patcher (poichè non è più compatibile con i nuovi sistemi operativi), ed ho notato di avere lo stesso problema anche li. Edited July 6, 2022 by Rosarioxx Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted July 6, 2022 Administrators Share Posted July 6, 2022 which python adesso cosa ti dice? Link to comment Share on other sites More sharing options...
Rosarioxx Posted July 6, 2022 Author Share Posted July 6, 2022 11 minutes ago, Gengik84 said: which python adesso cosa ti dice? Ciao Gengik fabiusx@iMac ~ % which python /Library/Frameworks/Python.framework/Versions/2.7/bin/python fabiusx@iMac ~ % Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted July 6, 2022 Administrators Share Posted July 6, 2022 ma perchè hai installato sia il 2.7 sia il 3xx? hai fatto un bel po' di caos 😄 vedi se risolvi RunMe_Downloader.zip Link to comment Share on other sites More sharing options...
Rosarioxx Posted July 6, 2022 Author Share Posted July 6, 2022 29 minutes ago, Gengik84 said: ma perchè hai installato sia il 2.7 sia il 3xx? hai fatto un bel po' di caos 😄 vedi se risolvi RunMe_Downloader.zip 1.14 kB · 1 download Grazie Funzionaaaa!!! Grande come sempre..... Eh si hai ragione 😫, ho installato una vecchia versione pensando di poter risolvere il problema. Ultimo consiglio..... Ci sono particolari accorgimenti per installare Ventura? o posso tranquillamente provare con la mia attuale EFI? Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted July 6, 2022 Administrators Share Posted July 6, 2022 la efi aggiornala prima (bootloader e kext) e prova da usb avviando l'attuale sistema, se è tutto ok prova a installare Ventura NOTA: su Ventura non serve installare python, apple l'ha reinserito in versione 3.8.x 😅 Link to comment Share on other sites More sharing options...
Rosarioxx Posted July 6, 2022 Author Share Posted July 6, 2022 9 minutes ago, Gengik84 said: la efi aggiornala prima (bootloader e kext) e prova da usb avviando l'attuale sistema, se è tutto ok prova a installare Ventura NOTA: su Ventura non serve installare python, apple l'ha reinserito in versione 3.8.x 😅 Perfetto Grazie di tutto 😁😁 Link to comment Share on other sites More sharing options...
Contributor Eniac Posted November 11, 2022 Contributor Share Posted November 11, 2022 Io non riesco a farlo funzionare neanche su Ventura, ho controllato la cartella di sistema e dentro c'è il file ma si chiama python3 , immagino sia per questo che mi dà l'errore, ho provato a rinominarlo in python ma non ci riesco neanche disattivando SIP...dove sbaglio ??? Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted November 11, 2022 Supervisor Share Posted November 11, 2022 rimetti come stava e posta errore che ti da Link to comment Share on other sites More sharing options...
Contributor Eniac Posted November 11, 2022 Contributor Share Posted November 11, 2022 Come ho detto credo dipenda dal fatto che il file in usr/bin si chiama python3 mentre dovrebbe essere python, almeno da quello che vedo nella risposta... il which dice invece che non c'è Last login: Fri Nov 11 12:56:22 on ttys000 eniac@Pc-Windows-11 ~ % which python python not found eniac@Pc-Windows-11 ~ % Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted November 11, 2022 Supervisor Share Posted November 11, 2022 @Eniac da terminale which python e posta il risultato RunMe_DownloaderV4.zip o prova questo e vediamo se aiuta Link to comment Share on other sites More sharing options...
Contributor Eniac Posted November 11, 2022 Contributor Share Posted November 11, 2022 il which lo avevo già messo nel post precedente... adesso provo questa versione... Link to comment Share on other sites More sharing options...
Contributor Eniac Posted November 11, 2022 Contributor Share Posted November 11, 2022 mi ha fatto installare Xcode (riga di comando) qualcosa è cambiato ma ancora non va 😞 Link to comment Share on other sites More sharing options...
Contributor Eniac Posted November 11, 2022 Contributor Share Posted November 11, 2022 Ok, adesso funziona ho dovuto digitare il comando pip3 install xattr ed è andata 😄 nell'help che esce il comando suggerito è pip install xattr che non è corretto ma ci sono arrivato da solo a capire che si doveva aggiungere un 3 🙂 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now