isoparse is een python 3.7 functie! #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Foutmeldingen bij python 3.6 maar niet bij 3.9!
from dateutil.parser import isoparse
ImportError: cannot import name 'isoparse'
Note de test server gebruikt:
from dateutil.parser import parse
Uitzoeken wat het verschil tussen beide functies is en of parse goed is.
isoparse vervangen door parse.
Zie:
58bb303fa0