You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
J'aimerais pouvoir tester le programme sauf qu'a chaque lancement j'ai une erreur (ci dessous)
root@pop-os:/home/sikelio/ascii-webcam# py cam.py /usr/bin/py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import Iterable Traceback (most recent call last): File "/usr/bin/py", line 167, in <module> result = eval(args.expression) File "<string>", line 1, in <module> cam.py NameError: name 'cam' is not defined
Je voulais savoir s'il y a quelque chose que j'ai raté.
J'ai bien suivi les instructions dans la repo
Merci d'avance
The text was updated successfully, but these errors were encountered:
Bonjour,
J'aimerais pouvoir tester le programme sauf qu'a chaque lancement j'ai une erreur (ci dessous)
root@pop-os:/home/sikelio/ascii-webcam# py cam.py /usr/bin/py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import Iterable Traceback (most recent call last): File "/usr/bin/py", line 167, in <module> result = eval(args.expression) File "<string>", line 1, in <module> cam.py NameError: name 'cam' is not defined
Je voulais savoir s'il y a quelque chose que j'ai raté.
J'ai bien suivi les instructions dans la repo
Merci d'avance
The text was updated successfully, but these errors were encountered: