Describe the bug
Version conflicts of python packages with frappe and payments app.
Getting following error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
frappe 15.40.6 requires cairocffi==1.5.1, but you have cairocffi 1.6.1 which is incompatible.
payments 0.0.1 requires razorpay~=1.2.0, but you have razorpay 1.4.2 which is incompatible.
To Reproduce
On frappe version-15, run bench get-app lms
Describe the bug Version conflicts of python packages with frappe and payments app.
Getting following error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. frappe 15.40.6 requires cairocffi==1.5.1, but you have cairocffi 1.6.1 which is incompatible. payments 0.0.1 requires razorpay~=1.2.0, but you have razorpay 1.4.2 which is incompatible.
To Reproduce On frappe version-15, run
bench get-app lms
Expected behavior There should be no errors.