Aggiorna 'lucidsonicdreams.md'

This commit is contained in:
incandenza 2021-12-13 11:04:19 +01:00
parent 4f87652b3a
commit d95b1ba938

View file

@ -20,4 +20,7 @@ In fase di installazione può segnalare:
ERROR: numba 0.54.1 has requirement numpy<1.21,>=1.17, but you'll have numpy 1.21.4 which is incompatible.
ERROR: moviepy 1.0.3 has requirement decorator<5.0,>=4.0.2, but you'll have decorator 5.1.0 which is incompatible.
Per risolvere installare una specifica versione come da richiesta:
sudo pip3 install numpy==1.18
sudo pip3 install decorator=4.0.2