Current preprocess scripts may have errors
This part of the code in datasets like A1.001 will not work anymore...
from chemicalchecker.util import PropCalculator
from chemicalchecker.util import Converter
It should be:
from chemicalchecker.util.parser import PropCalculator
from chemicalchecker.util.parser import Converter