简体   繁体   中英

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

I am a beginner in python and I currently struggle with the installation of 2 packages, namely chatbot_demo_rest and RDPTokenManagement (from rdp_token ).
I tried to use pip install but I got the following errors:

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

I saw some topics on subjects that seems similar but I could not understand how to solve the issue. I would be very thankful if you could answer with simple terms

best regards

I can't find that project ( chatbot_demo_rest ) on pypi.org (where the packages are installed by default). Also, pip checks for the version classifiers, maybe your Python version is not supported.

Check the project name, and see if your Python version is supported.

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 os (from versions: none) ERROR: No matching distribution found for os 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 mathplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib 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 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 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