A
A
avp2018-05-28 13:53:48
Python
avp, 2018-05-28 13:53:48

Python dependencies?

I want to install the Odoo ERP system.
It needs a bunch of dependencies to work.
At what in docks, the certain version of dependences is specified.
And if now the versions of these dependencies are newer.
Will the system work on newer versions?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oleg Zakharov, 2018-05-28
@blazenn12

Perhaps it will work, but linking to a specific version or not just doing it.
It is best to install the recommended versions

V
Vyacheslav, 2018-05-28
@Nirail

Version compatibility, if the developers followed the rules, can be found here: https://www.python.org/dev/peps/pep-0440/#compatib...
Usually, packages of the same major version are backwards compatible (code for lower versions are compatible with older ones). But it cannot be ruled out that undocumented behavior was used when using packages, in which case the behavior may differ.
You don't need to install PyCharm, just install the correct version of Python and use the virtual environment ( https://docs.python.org/3/tutorial/venv.html for Python3). Inside which to install the necessary versions of dependencies.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question