from neo_api_client import NeoApi Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> 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) #198
While installing it says requirement satisfied but still giving below error
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)
While installing it says requirement satisfied but still giving below error 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)