Rust1667 / a-FMHY-search-engine

CLI based search engine for FMHY (https://fmhy.net/)
47 stars 6 forks source link

Issue with modul install prompt #3

Closed notyournick closed 1 year ago

notyournick commented 1 year ago

i tried this on Python 3.11.1 but pip install requests termcolor platform colorama

_PS C:\WINDOWS\system32> pip install requests termcolor platform colorama
Collecting requests
  Downloading requests-2.28.2-py3-none-any.whl (62 kB)
     ---------------------------------------- 62.8/62.8 kB 3.3 MB/s eta 0:00:00
Collecting termcolor
  Downloading termcolor-2.2.0-py3-none-any.whl (6.6 kB)
ERROR: Could not find a version that satisfies the requirement platform (from versions: none)
ERROR: No matching distribution found for platform_
pip install requests termcolor platform colorama
Collecting requests
  Using cached requests-2.28.2-py3-none-any.whl (62 kB)
Collecting termcolor
  Using cached termcolor-2.2.0-py3-none-any.whl (6.6 kB)
ERROR: Could not find a version that satisfies the requirement platform (from versions: none)
ERROR: No matching distribution found for platform
python .\fmhy-search.py
Traceback (most recent call last):
  File "C:\Users\...\Downloads\a-FMHY-search-engine-main\fmhy-search.py", line 1, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

Any Ideas ?

Rust1667 commented 1 year ago

Mm try to execute from "command prompt" And to install only "requests" Like this: example

notyournick commented 1 year ago

Issue resolved. Donno why tho but i had to install each modul on itself. in the end it wasnt even the request modul which caused the main issue it was the platform Part.

Anyhow thanks for the quick respond i tried it without it and it works.

All the best.