简体   繁体   English

安装要在spyder中使用的IbPy(anaconda)

[英]Installing IbPy to be used in spyder (anaconda)

I have installed Anaconda and currently using Spyder IDE. 我已经安装了Anaconda,当前正在使用Spyder IDE。

I am trying to install a package (IbPy -> https://github.com/blampe/IbPy ) so that it can be used in Spyder. 我正在尝试安装一个软件包(IbPy-> https://github.com/blampe/IbPy ),以便可以在Spyder中使用它。

So far I tried pip install ibpy, as well as conda install ibpy, but without success since the package is not available in the anaconda repository where I would normally update and download the most common packages. 到目前为止,我尝试了pip install ibpy和conda install ibpy,但是没有成功,因为该软件包在anaconda存储库中不可用,我通常会在其中更新和下载最常用的软件包。

I have also tried to move the folder downloaded from GitHub to the correct site-packages folder of Anaconda (C:\\Users\\Username\\Anaconda2\\Lib\\site-packages), but still it does not work. 我还尝试将从GitHub下载的文件夹移动到Anaconda的正确site-packages文件夹(C:\\ Users \\ Username \\ Anaconda2 \\ Lib \\ site-packages),但仍然无法正常工作。

I also tried to run the setup.py (shift + right click on the folder, open new process here, Setup.py install), but without any success. 我也尝试运行setup.py(在文件夹上按住Shift键并单击鼠标右键,在此处打开新进程,Setup.py安装),但没有成功。

I tried to look for a solution everywhere, but I have had no luck so far. 我试图在各处寻找解决方案,但到目前为止我还没有运气。

If someone more tech savvy than me and practical with these specific could help, it would be highly appreciated. 如果某人比我更精通技术并且在这些方面有实际经验可以帮助您,将不胜感激。

You need to install it from github. 您需要从github安装它。 Use the following. 使用以下内容。

pip install https://github.com/blampe/IbPy/zipball/master

您需要从Anaconda Navigator中打开终端并运行以下命令:

conda install -c tibkiss ibpy2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM