Open IshwariSaraogi opened 8 months ago
What things have you tried?
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)
if not working , share the screenshot of of your folder hierarchy
Use python 3.9 , any version below 3.10 does not come pre installed with setup tools . then make sure the python 3.9 is selected as the interpreter and then install the package again.
I have tried everything, however, it is still showing this message, please help