You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/06/18 08:55:57 UTC

[GitHub] [incubator-iotdb] ppyu opened a new issue #1386: client-py存在问题

ppyu opened a new issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386


   利用python连接iotdb存在问题,利用 `pip install apache-iotdb`下载下来的与你们给出的demo版本不一致,缺失很多类。 
   通过手动编译最新代码并加入项目测试也存在如下图所示的问题。
   ![image](https://user-images.githubusercontent.com/32732750/85000060-7ed66280-b184-11ea-9005-c9ff4121dae3.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-iotdb] cjf411 commented on issue #1386: client-py存在问题 (Client-py example error and compile iotdb-server failed)

Posted by GitBox <gi...@apache.org>.
cjf411 commented on issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386#issuecomment-686935424


   目前安装python版本处于不可用状态,自己安装pip install apache-iotdb,运行SessionExample.py会提示IOTDB_SERVICE_PROTOCOL_V3找不到。如果自己编译的话,运行SessionExample.py,会卡在session.open(False)卡死。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-iotdb] ppyu commented on issue #1386: client-py存在问题

Posted by GitBox <gi...@apache.org>.
ppyu commented on issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386#issuecomment-652403770


   您好,已下载最新发布的,但我在centos7上运行 mvn clean package -pl server -am -Dmaven.test.skip=true 编译时出错。
   如下两图
   
   
   
   
   
   
   
   
   顺便问一下,现在只编译server其它的也要一起被编译了吗?
   
   
   
   
   ------------------&nbsp;原始邮件&nbsp;------------------
   发件人:&nbsp;"Xiangdong Huang"<notifications@github.com&gt;;
   发送时间:&nbsp;2020年7月1日(星期三) 下午4:17
   收件人:&nbsp;"apache/incubator-iotdb"<incubator-iotdb@noreply.github.com&gt;;
   抄送:&nbsp;"可以扣篮但没必要"<971106266@qq.com&gt;;"Author"<author@noreply.github.com&gt;;
   主题:&nbsp;Re: [apache/incubator-iotdb] client-py存在问题 (#1386)
   
   
   
   
   
    
   Now v0.10 is published, you can use pip3 install apache-iotdb to get the new one. and the corresponding example version is at https://github.com/apache/incubator-iotdb/blob/rel/0.10/client-py/src/client_example.py
    
   —
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub, or unsubscribe.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-iotdb] jixuan1989 commented on issue #1386: client-py存在问题

Posted by GitBox <gi...@apache.org>.
jixuan1989 commented on issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386#issuecomment-647493709


   Hi, current `pip install apche-iotdb` only support 0.9.x, so you can not use it to connect to iotdb 0.10.x and the master branch.
   
   By the way, the python client example codes in current master branch has a bug, and I will fix it quickly. 
   
   Many thanks for reporting that.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-iotdb] ppyu commented on issue #1386: client-py存在问题

Posted by GitBox <gi...@apache.org>.
ppyu commented on issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386#issuecomment-652411013


   ------------------&nbsp;原始邮件&nbsp;------------------
   发件人:&nbsp;"Xiangdong Huang"<notifications@github.com&gt;;
   发送时间:&nbsp;2020年7月1日(星期三) 晚上9:04
   收件人:&nbsp;"apache/incubator-iotdb"<incubator-iotdb@noreply.github.com&gt;;
   抄送:&nbsp;"可以扣篮但没必要"<971106266@qq.com&gt;;"Author"<author@noreply.github.com&gt;;
   主题:&nbsp;Re: [apache/incubator-iotdb] client-py存在问题 (#1386)
   
   
   
   
   
    
   图没有上传。。。
    mvn clean package -pl server -am -DskipTests 试试?避免使用-Dmaven.test.skip=true
    
   —
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub, or unsubscribe.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-iotdb] jixuan1989 edited a comment on issue #1386: client-py存在问题

Posted by GitBox <gi...@apache.org>.
jixuan1989 edited a comment on issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386#issuecomment-652405631


   图没有上传。。。 
   `mvn clean package -pl server -am -DskipTests` 试试?避免使用`-Dmaven.test.skip=true`
   
   No screenshot.. use `-DskipTests` rather than `-Dmaven.test.skip=true`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-iotdb] jixuan1989 commented on issue #1386: client-py存在问题

Posted by GitBox <gi...@apache.org>.
jixuan1989 commented on issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386#issuecomment-652749771


   the following issue is resolved in #1449 
   
   > 您好,已下载最新发布的,但我在centos7上运行 mvn clean package -pl server -am -Dmaven.test.skip=true 编译时出错。 如下两图 顺便问一下,现在只编译server其它的也要一起被编译了吗?
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-iotdb] jixuan1989 commented on issue #1386: client-py存在问题

Posted by GitBox <gi...@apache.org>.
jixuan1989 commented on issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386#issuecomment-652405631


   图没有上传。。。 
   `mvn clean package -pl server -am -DskipTests` 试试?避免使用`-Dmaven.test.skip=true`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-iotdb] jixuan1989 commented on issue #1386: client-py存在问题

Posted by GitBox <gi...@apache.org>.
jixuan1989 commented on issue #1386:
URL: https://github.com/apache/incubator-iotdb/issues/1386#issuecomment-652268186


   Now v0.10 is published, you can use `pip3 install apache-iotdb` to get the new one. and the corresponding example version is at https://github.com/apache/incubator-iotdb/blob/rel/0.10/client-py/src/client_example.py
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org