Kotak-Neo / kotak-neo-api

96 stars 80 forks source link

ModuleNotFoundError: No module named 'neo_api_client' #147

Open IshwariSaraogi opened 3 months ago

IshwariSaraogi commented 3 months ago

I have tried everything, however, it is still showing this message, please help

imdigitalcon commented 3 months ago

What things have you tried?

tejas-adhude commented 3 months ago

solution 1:-create package using wheel, and install it using pip solution 2:- step 1: open the folder (suppose named as myProject) step2: place neo_api_client folder in it step3:- us following code in the file u want to run (make sure the terminal path while running file is fro myProject folder)

import os import sys current_path = os.getcwd() sys.path.append(current_path)

tejas-adhude commented 3 months ago

if not working , share the screenshot of of your folder hierarchy