How can I solve dependencies in my python code? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How can I solve dependencies in my python code?

A little time ago I wrote a python code (not on sololearn) and tried to run it, but when i clicked it, it told me: "Updating dependencies Resolving dependencies..." And it didn't run my code, so please, I would be so happy if you gave me an answer.

16th Jul 2021, 3:39 PM
Francesco Manuel Ursini
Francesco Manuel Ursini - avatar
1 Antwort
+ 1
That's why at the very beginning of every important (or as you think so) project it is better to create isolated environment. And install all dependencies there. Also dependency solver packages are good.
16th Jul 2021, 4:26 PM
Shadoff
Shadoff - avatar