Kotak-Neo / kotak-neo-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'neo_api_client' please please please help

Jignesh108108 opened this issue · comments

C:\Users\BAPS\PycharmProjects\KotakNeo.venv\Scripts\python.exe C:\Users\BAPS\PycharmProjects\KotakNeo\test.py
Traceback (most recent call last):
File "C:\Users\BAPS\PycharmProjects\KotakNeo\test.py", line 1, in
import neo_api_client
ModuleNotFoundError: No module named 'neo_api_client'

Process finished with exit code 1
tried everything python is 3.11.4
pip install done correctly without showing any error but in pycharm above error says modulenotfound
please help

from neo_api_client import neoapi
Traceback (most recent call last):
File "<pyshell#0>", line 1, in
from neo_api_client import neoapi
ImportError: cannot import name 'neoapi' from 'neo_api_client' (C:\Users\BAPS\AppData\Local\Programs\Python\Python311\Lib\site-packages\neo_api_client_init_.py)