Sep-11-2021, 08:01 PM
I think that I have the solution. It seems to work, but it does give some unusual error.
I can get rid of the error, installing pycotools. The error is gone. When I do that the install process is long and complicated and successful.
But it does give this error in on my monitor screen at the end of the install. The software says that the install was successful.
How to fix this?
Respectfully,
LZ
I can get rid of the error, installing pycotools. The error is gone. When I do that the install process is long and complicated and successful.
But it does give this error in on my monitor screen at the end of the install. The software says that the install was successful.
Output: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.
tf-nightly 2.6.0.dev20210428 requires h5py~=3.1.0, but you have h5py 2.10.0 which is incompatible.
tf-nightly 2.6.0.dev20210428 requires six~=1.15.0, but you have six 1.16.0 which is incompatible.
tf-nightly 2.6.0.dev20210428 requires typing-extensions~=3.7.4, but you have typing-extensions 3.10.0.0 which is incompatible.
tensorflow 2.3.0 requires gast==0.3.3, but you have gast 0.4.0 which is incompatible.
tensorflow 2.3.0 requires numpy<1.19.0,>=1.16.0, but you have numpy 1.19.3 which is incompatible.
tensorflow 2.3.0 requires scipy==1.4.1, but you have scipy 1.7.1 which is incompatible.
tensorflow 2.3.0 arequires tensorflow-estimator<2.4.0,>=2.3.0, but you have tensorflow-estimator 2.5.0 which is incompatible.
This is not a perfect install. Obviously, but how do I fix it? Do I reinstall each library, removing the one that is incompatible and putting it the one that is, as stated in the error printout. If I did those one at a time wouldn't it also change other libraries and their versions? I cannot just replace a library in a vacuum, other things would be installed also, I do not think that would work.How to fix this?
Respectfully,
LZ