Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting ModuleNotFound Error #5

Closed
sumit-chavla-hra opened this issue Sep 23, 2023 · 6 comments
Closed

Getting ModuleNotFound Error #5

sumit-chavla-hra opened this issue Sep 23, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@sumit-chavla-hra
Copy link

image

I have imported quotexpy from pip, still am i missing something here?
please help

@SantiiRepair
Copy link
Owner

@right-devs try cloning this repo and then installing the package with:

pip install -e .

@SantiiRepair SantiiRepair added the bug Something isn't working label Sep 23, 2023
@sumit-chavla-hra
Copy link
Author

sumit-chavla-hra commented Sep 23, 2023

error_in_quotex
I got this error in local even after cloning repo and pip install -e .
Could you please help me with this

@SantiiRepair
Copy link
Owner

Hey @right-devs the issue was fixed, check the last commit

@sumit-chavla-hra
Copy link
Author

Thanks @SantiiRepair for helping out.
Can you please read my mail (here attached)
santiirepair-mail.pdf

@SantiiRepair
Copy link
Owner

@right-devs my Telegram

@sumit-chavla-hra
Copy link
Author

I have tried to run example/main.py after installing quotexpy but getting ModuleNotFound error

tom@toms-MacBook-Air auto4x % pip install quotexpy
zsh: command not found: pip
tom@toms-MacBook-Air auto4x % pip3 install quotexpy
Requirement already satisfied: quotexpy in /opt/homebrew/lib/python3.11/site-packages (1.40.0)
Requirement already satisfied: appdirs==1.4.4 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (1.4.4)
Requirement already satisfied: beautifulsoup4==4.11.2 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (4.11.2)
Requirement already satisfied: certifi==2022.12.7 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (2022.12.7)
Requirement already satisfied: cffi==1.15.1 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (1.15.1)
Requirement already satisfied: charset-normalizer==3.2.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (3.2.0)
Requirement already satisfied: cloudscraper==1.2.71 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (1.2.71)
Requirement already satisfied: cryptography==40.0.1 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (40.0.1)
Requirement already satisfied: greenlet>=2.0.1 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (3.0.0)
Requirement already satisfied: h11==0.14.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (0.14.0)
Requirement already satisfied: httpcore==0.17.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (0.17.0)
Requirement already satisfied: httpx==0.24.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (0.24.0)
Requirement already satisfied: idna==3.4 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (3.4)
Requirement already satisfied: importlib-metadata==6.2.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (6.2.0)
Requirement already satisfied: playwright==1.39.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (1.39.0)
Requirement already satisfied: pyOpenSSL==23.1.1 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (23.1.1)
Requirement already satisfied: pycparser>=2.21 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (2.21)
Requirement already satisfied: pyparsing==3.1.1 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (3.1.1)
Requirement already satisfied: requests==2.31.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (2.31.0)
Requirement already satisfied: requests-toolbelt==1.0.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (1.0.0)
Requirement already satisfied: shutup==0.2.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (0.2.0)
Requirement already satisfied: simplejson==3.18.3 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (3.18.3)
Requirement already satisfied: sniffio==1.3.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (1.3.0)
Requirement already satisfied: soupsieve==2.4 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (2.4)
Requirement already satisfied: tqdm==4.65.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (4.65.0)
Requirement already satisfied: typing_extensions==4.5.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (4.5.0)
Requirement already satisfied: urllib3>=2.0.5 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (2.1.0)
Requirement already satisfied: websocket-client==1.6.3 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (1.6.3)
Requirement already satisfied: websockets==11.0.3 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (11.0.3)
Requirement already satisfied: zipp==3.17.0 in /opt/homebrew/lib/python3.11/site-packages (from quotexpy) (3.17.0)
Requirement already satisfied: anyio<5.0,>=3.0 in /opt/homebrew/lib/python3.11/site-packages (from httpcore==0.17.0->quotexpy) (4.0.0)
Requirement already satisfied: pyee==11.0.1 in /opt/homebrew/lib/python3.11/site-packages (from playwright==1.39.0->quotexpy) (11.0.1)
tom@toms-MacBook-Air auto4x % python3 main.py 
Traceback (most recent call last):
  File "/Users/tom/development/auto4x/main.py", line 6, in <module>
    import schedule
ModuleNotFoundError: No module named 'schedule'
tom@toms-MacBook-Air auto4x % pip3 install schedule
Collecting schedule
  Downloading schedule-1.2.1-py2.py3-none-any.whl.metadata (3.3 kB)
Downloading schedule-1.2.1-py2.py3-none-any.whl (11 kB)
Installing collected packages: schedule
Successfully installed schedule-1.2.1
tom@toms-MacBook-Air auto4x % python3 main.py      
Traceback (most recent call last):
  File "/Users/tom/development/auto4x/main.py", line 8, in <module>
    from quotexpy.stable_api import Quotex
ModuleNotFoundError: No module named 'quotexpy'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants