-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdn.rawgit.com: "Use a specific tag or commit hash in the URL (not a branch)" #1
Comments
@HyperHCl |
AttributeError Traceback (most recent call last) D:\program\Anaconda2\envs\python34\lib\site-packages\IPython\core\interactiveshell.py in magic(self, arg_s) D:\program\Anaconda2\envs\python34\lib\site-packages\IPython\core\interactiveshell.py in run_line_magic(self, magic_name, line) in load_ext(self, module_str) D:\program\Anaconda2\envs\python34\lib\site-packages\IPython\core\magic.py in (f, *a, **k) D:\program\Anaconda2\envs\python34\lib\site-packages\IPython\core\magics\extension.py in load_ext(self, module_str) D:\program\Anaconda2\envs\python34\lib\site-packages\IPython\core\extensions.py in load_extension(self, module_str) D:\program\Anaconda2\envs\python34\lib\site-packages\IPython\core\extensions.py in _call_load_ipython_extension(self, mod) D:\program\Anaconda2\envs\python34\lib\site-packages\rpy2\ipython\rmagic.py in load_ipython_extension(ip) AttributeError: 'ZMQInteractiveShell' object has no attribute 'has_readline' 这是怎么回事呢?谢谢 |
GMM.ipynb 运行这个%load_ext rpy2.ipython 报错 AttributeError: 'ZMQInteractiveShell' object has no attribute 'has_readline' |
@luokang1990 要装RPY2才能全跑,不然你就把相关代码注释掉好了 你可以先跑 |
你说的这些包我已经装好了,执行这句 import rpy2.robjects as robjects不会报错,说明rpy2已经装好了, 不知道为什么报错! |
跑barebone_fitter.ipynb, 可以出结果 |
@luokang1990 你先把%load_ext rpy2.ipython注释掉, 直接跑,看看能跑到哪里。我估计应该前面没用到R的部分应该是可以跑的,看看有没有别的问题 |
@cpcn1991 用 rawgit 的话不要用 branch 名称,要用 commit 的 sha1,不然可能因为缓存不跟着更新。 |
@Artoria2e5 对的...我只是懒得改了就挂这了... |
Quote from https://rawgit.com/:
You may want to change the URL given in your readme.
The text was updated successfully, but these errors were encountered: