简体   繁体   中英

How can I install previous versions of any module in python (vs code)?

I was installing scikit learn and tensorflow but I was having an error:- "Could not find a version that satisfies your requirements."

I want to do machine learning and therefore I need these modules .

Pls help me out.

To resolve this issue, use pip install sckit-learn==<your-version> and pip install tensorflow==<your-version> or use pip install sckit-learn and pip install tensorflow to install their latest versions. Replace with a version like. If it the installation fails that version of the package does not exist.

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