Errors during install

I’m sure these are known, but didn’t see them documented. They didn’t impede installation.

When running ./scripts/composer_wrapper.php install --no-dev

LibreNMS\ComposerHelper::preInstall
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.

scripts/dynamic_check_requirements.py || pip3 install --user -r requirements.txt || :
/usr/lib/python3/dist-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: 1.1build1 is an invalid version and will not be supported in a future release
warnings.warn(
/usr/lib/python3/dist-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: 0.1.43ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(

Top requires us to raise the minimum PHP version. (Which will happen soon)

The bottom one is up to Ubuntu to fix.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.