When I install tensorflow, I need to install numpy first. The manual indicates the version of numpy is ‘1.19.4’, is there any requirement for this version? Do I need a specific version to install other libraries, such as matplotlib etc.
Hi,
For Ubuntu 18.04, the latest version is 1.19.5 but it has some issues:
So we fix the version to 1.19.4.
Which version do you want to use?
Thanks.
For me, any version is fine. I just want to know whether I need to pay special attention to version compatibility when installing other libraries or if there might be any mismatch issues. For example, in the case of matplotlib, do I need to specify a specific version when installing it?
Hi,
In our experiment, numpy 1.19.4 can work with most of the use cases.
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.