GraphML does not support vector types, but they are in the GraphML extension used by graph-tool and Netzschleuder.
A workaround that allows importing graphs in this extended GraphML format is to replace all vector types by a string in which elements are separated by a comma, as suggested here.
from pathlib import Path
graphml_filename = 'path to file'