[Linux-Biella] [Bilug] roblox su linux
PaulTT
paultt a bilug.it
Gio 12 Nov 2020 13:50:43 CET
On 12/11/20 13:47, .: Federico Villa (Villinux) wrote:
> Il giorno gio 12 nov 2020 alle ore 13:40 PaulTT <paultt a bilug.it> ha scritto:
>> On 12/11/20 13:28, .: Federico Villa (Villinux) wrote:
>>> Il giorno gio 12 nov 2020 alle ore 10:42 PaulTT <paultt a bilug.it> ha scritto:
>>>> python3 sta usando la versione nuova?
>>> Avevo dato per scontato di si, che usasse la versione pių recente...
>>>
>> eh non e' detto, e' capace di convivere con piu' versioni senza problemi
>>>> python3 -V
>>> 3.5.2
>>>
>>> Quindi sta usando la versione vecchia?
>>> Come faccio a impostare di usare la versione pių nuova?
>> /credo/
>>
>> update-alternatives --config python3
>>
>> da root
>>
>> e dovrebbe farti scegliere, sempre che in mint non abbian cambiato qualcosa
>>
>> se no vai in /usr/bin e modifichi il link di python3 che punti a python3.8
>>
> Ok, provo i tuoi suggerimenti.
>
> Intanto per provare ho fatto cosė e ottenuto il seguente output:
> bilug a bilug-Latitude ~/grapejuice $ python3.8 ./install.py
> Traceback (most recent call last):
> File "setup.py", line 5, in <module>
> from setuptools import setup, find_packages
> ModuleNotFoundError: No module named 'setuptools'
> Traceback (most recent call last):
> File "./install.py", line 96, in <module>
> perform_install()
> File "./install.py", line 17, in perform_install
> subprocess.check_call([sys.executable, "setup.py", "install_locally"])
> File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['/usr/bin/python3.8',
> 'setup.py', 'install_locally']' returned non-zero exit status 1.
apt-get install python3-setuptools
(o python-stetuptools)
--
It is a good day to die. But the day is not yet over.
Maggiori informazioni sulla lista
Linux