简体   繁体   中英

ERROR: Could not find a version that satisfies the requirement os (from versions: none) ERROR: No matching distribution found for os

i'm creating a face mask detector and i want to install the os module

i run this cod in the console:

pip install os

but i got this error:

Note: you may need to restart the kernel to use updated packages. ERROR: Could not find a version that satisfies the requirement os (from versions: none) ERROR: No matching distribution found for os

using spyder(python 3.9)

os is part of Python core, there should be no need to install it with pip.

You can import it already.

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.

Related Question ERROR: Could not find a version that satisfies the requirement mathplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch ERROR: Could not find a version that satisfies the requirement Django==1.10.5 from versions: none ERROR: No matching distribution found Django==1.10.5 ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2 ERROR: Could not find a version that satisfies the requirement chatbot_demo_rest (from versions: none) ERROR: No matching distribution found for ERROR : Could not find a version that satisfies the requirement pandas (from versions: ) No matching distribution found for pandas how to fix " Could not find a version that satisfies the requirement install (from versions: ) No matching distribution found for install " error could not find a version that satisfies the requirement dblib (from versions: none) and No matching distribution found for dblib ERROR: No matching distribution found and ERROR: Could not find a version that satisfies the requirement
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM