1
greenmoon55 2016-03-27 21:43:51 +08:00
Internal Server Error
|
2
gancl 2016-04-01 17:04:45 +08:00 1
```
Connected to pydev debugger (build 145.260) Traceback (most recent call last): File "C:\Program Files (x86)\JetBrains\PyCharm 2016.1\helpers\pydev\pydevd.py", line 1530, in <module> globals = debugger.run(setup['file'], None, None, is_module) File "C:\Program Files (x86)\JetBrains\PyCharm 2016.1\helpers\pydev\pydevd.py", line 937, in run pydev_imports.execfile(file, globals, locals) # execute the script File "C:\Program Files (x86)\JetBrains\PyCharm 2016.1\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) File "C:/work//BigData/aliyun.py", line 1, in <module> from odps import ODPS File "C:\work\Python34\lib\site-packages\odps\__init__.py", line 33, in <module> from .ipython.magics import * File "C:\work\Python34\lib\site-packages\odps\ipython\magics.py", line 22, in <module> from odps.inter import enter, setup, teardown, list_rooms File "C:\work\Python34\lib\site-packages\odps\inter.py", line 33, in <module> from .df.backends.frame import ResultFrame File "C:\work\Python34\lib\site-packages\odps\df\__init__.py", line 23, in <module> from .core import DataFrame File "C:\work\Python34\lib\site-packages\odps\df\core.py", line 30, in <module> from .backends.pd.types import pd_to_df_schema File "C:\work\Python34\lib\site-packages\odps\df\backends\pd\types.py", line 40, in <module> for np_type in _np_int_types + _np_float_types: TypeError: unsupported operand type(s) for +: 'map' and 'map' ``` 运行失败 |
3
gancl 2016-04-01 17:07:41 +08:00
The odps module is not an IPython extension
|
4
gancl 2016-04-01 17:07:51 +08:00
The odps module is not an IPython extension ```
|
5
chinekingseu 2016-04-04 22:26:29 +08:00
@gancl Python 3 在发布 0.4 的时候兼容性有些问题,现在已经修复了,更新 pyodps 重试下哦
|
6
chinekingseu 2016-04-04 22:26:56 +08:00
@gancl 确认安装 pyodps 了吗?
|