Prechádzať zdrojové kódy

Aggiorna 'lucidsonicdreams.md'

incandenza 2 rokov pred
rodič
commit
d95b1ba938
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      lucidsonicdreams.md

+ 3 - 0
lucidsonicdreams.md

@@ -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