Hi, I am new to kiteconnect. Can anyone let me know the process to install kiteconnect . I am using windows7 , Anaconda installed. Trying to execute "pip install kiteconnect" but getting error and pip was installed, please help me with the process to install kiteconnect. Thanks.
Hi @VijayaKrishnaKasula@nikhil154 when trying to install pip it is displaying "Requirement already up-to-date:........" when installing kiteconnect it is displaying error. please find the screenshot below, Thanks a lot.
I get the following error when I do pip install kiteconnect --upgrade --pre
Failed building wheel for Twisted Running setup.py clean for Twisted Running setup.py bdist_wheel for soappy ... done Stored in directory: C:\Users\CSS01\AppData\Local\pip\Cache\wheels\9a\08\56\8b5f80895d17e4b994eb152f6dedd85cd0fb5bdd8f045658e4 Successfully built soappy Failed to build Twisted Installing collected packages: pypiwin32, service-identity, appdirs, wstools, defusedxml, soappy, pyserial, hyperframe, hpack, h2, priority, Twisted Exception: Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "C:\ProgramData\Anaconda3\lib\site-packages\pip\commands\install.py", line 342, in run prefix=options.prefix_path, File "C:\ProgramData\Anaconda3\lib\site-packages\pip\req\req_set.py", line 784, in install **kwargs File "C:\ProgramData\Anaconda3\lib\site-packages\pip\req\req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "C:\ProgramData\Anaconda3\lib\site-packages\pip\req\req_install.py", line 1064, in move_wheel_files isolated=self.isolated, File "C:\ProgramData\Anaconda3\lib\site-packages\pip\wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) File "C:\ProgramData\Anaconda3\lib\site-packages\pip\wheel.py", line 323, in clobber shutil.copyfile(srcfile, destfile) File "C:\ProgramData\Anaconda3\lib\shutil.py", line 121, in copyfile with open(dst, 'wb') as fdst: PermissionError: [Errno 13] Permission denied: 'C:\\ProgramData\\Anaconda3\\Lib\\site-packages\\win32\\win32api.pyd'
Do you mean the error is "pip was not installed"
when trying to install pip it is displaying "Requirement already up-to-date:........"
when installing kiteconnect it is displaying error.
please find the screenshot below,
Thanks a lot.
To install kite connect python client v3,do:pip install kiteconnect --upgrade --pre
OS : Windows 10