pip install --user py2neo报错 ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
【解决办法】 在命令后加上–use-feature=2020-resolver pip install py2neo --use-feature=2020-resolver