ice6
ice6
@tianchaijz it is cool. I carefully read your code, and I think your implementation is quite good, why not make a pull request to merge back :) I made such...
I met same problem, and I believe it is the bug of the mongodb extension tar. I assumed the following will works,**but it is not** 1. ensure that you installed...
@codingjourney 👍 nice work
现在需要 `yum -y install php80-php-pecl-opencc` 的效果了,哈哈
应该是找到方法了:https://pecl.php.net/account-request.php 但好像作者自己去提交比较好
你需要先安装OpenCC,如果安装好了,还不行。那么你可能需要 **手动** 把libopencc.so放到正确的位置,比如/usr/lib64下。
@pferrel see https://travis-ci.org/PredictionIO/PredictionIO-PHP-SDK/jobs/97362609 the log shows that the ci env is broken :) not because of the code (btw. PHP5.5 not PHP9.5) @dantudor thanks, code refactored :)
if you are a newbie like me encountering `pip install ultralytics[explorer]` with same error message. just change to the command to `pip install "ultralytics[explorer]"`. yes, "The special symbols[]" need to...
cool, so `-z auto` is equal to 'auto end' :)
For anyone in china struggling with this problem. If you are using aliyun mirror url as me. Just delete the aliyun mirror url in your pip.conf file, then pip can...