简体   繁体   中英

Cannot install older versions of tensorflow: No matching distribution found for tensorflow==1.9.0

I need to install older versions of tensorflow to get the deepface library to work properly, however whenever I run pip install tensorflow==1.9.0, I get: ERROR: Could not find a version that satisfies the requirement tensorflow==1.9.0 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0)

Anyone else run into this issue/know how to fix it? Thanks!

You can install TensorFlow 1.9.0 with the following Python versions: 2.7 and 3.4 to 3.6.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM