按照说明一步步编译不成功啊 #4275
Replies: 14 comments
-
具体你执行了什么命令,遇到了什么错误呢? 直接编译应该 clone 以后运行 |
Beta Was this translation helpful? Give feedback.
-
环境安装了前面2个,PyO3没有成功; info: installing component 'rustfmt' Caused by: Caused by: Caused by: Caused by: Caused by: |
Beta Was this translation helpful? Give feedback.
-
这个是众所周知的网络问题导致的,编译过程中包括 Git 类型的依赖。 可以尝试 |
Beta Was this translation helpful? Give feedback.
-
谢谢;还是出现编译错误了: rustc-LLVM ERROR: IO failure on output stream: No space left on device error: could not compile error: could not compile |
Beta Was this translation helpful? Give feedback.
-
这个字面意思就是磁盘空间用完了,清理一下磁盘或者换个容量大的机器? |
Beta Was this translation helpful? Give feedback.
-
增加了空间,编译,还是有错误啊: CARGO_NET_GIT_FETCH_WITH_CLI=true makecargo build --locked --bin greptime = note: collect2: fatal error: ld terminated with signal 9 [Killed] error: could not compile |
Beta Was this translation helpful? Give feedback.
-
表示链接器进程被 kill -9 终止了? 猜测可能是因为进程超出了可用的内存或 CPU 资源。 |
Beta Was this translation helpful? Give feedback.
-
确保你有足够的内存。或者尝试使用 |
Beta Was this translation helpful? Give feedback.
-
用的virtualbox的虚拟机, cpu 6核, 内存8G, |
Beta Was this translation helpful? Give feedback.
-
对编译一个数据库来说这个要求还算好吧,8G 编 MySQL 也够呛。我们也提供预编译的二进制可以直接使用 https://greptime.com/download 。实在是要编译的话多加点 swap 慢慢等也可以。 如果没其他的问题就先关闭这个 issue 了。 |
Beta Was this translation helpful? Give feedback.
-
目前编译成功了,O(∩_∩)O |
Beta Was this translation helpful? Give feedback.
-
目前又2个时序数据库感觉可以。一个是 tdengine,一个是这个 greptime |
Beta Was this translation helpful? Give feedback.
-
Move to discussion as it's not an issue anyway. |
Beta Was this translation helpful? Give feedback.
-
What type of enhancement is this?
User experience
What does the enhancement do?
编译过程有点复杂啊,搞了半天也不成功;
能不能详细一点啊,
从安装环境开始,编译说明过于简单了点啊,最好补充每个步骤的,特别是环境准备这块
Implementation challenges
No response
Beta Was this translation helpful? Give feedback.
All reactions