
PYTHON
路口游子
本博客仅供免费阅读,不提供咨询服务,请勿私信。
展开
-
pip-10.0.1
durongze@du-pc:~/code/pip-10.0.1$ sudo python setup.py installTraceback (most recent call last): File "setup.py", line 6, in <module> from setuptools import setup, find_packagesImportError:...原创 2018-05-17 12:06:58 · 947 阅读 · 0 评论 -
This file will not be processed in the next release of Bazel.
RNING: Processed legacy workspace file /home/duyongze/code/tensorflow-1.6.0/tools/bazel.rc. This file will not be processed in the next release of Bazel. Please read https://github.com/bazelbuild/baze...原创 2018-11-16 21:37:25 · 282 阅读 · 0 评论 -
C++ compilation of rule '//tensorflow/core/kernels:argmax_op' failed (Exit 4) gcc failed: error exec
./tensorflow/core/util/tensor_format.h:148:1: warning: control reaches end of non-void function [-Wreturn-type] } ^INFO: From Compiling tensorflow/core/kernels/depthwise_conv_grad_op.cc [for host]:...原创 2018-11-28 02:44:34 · 4042 阅读 · 0 评论 -
FAILED: Build did NOT complete successfully
ERROR: /home/pi/tensorflow-1.12.0/tensorflow/contrib/bigtable/BUILD:53:1: Linking of rule '//tensorflow/contrib/bigtable:python/ops/_bigtable.so' failed (Exit 1) gcc failed: error executing command /u...原创 2018-12-01 22:21:50 · 4674 阅读 · 4 评论 -
tensorflow-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl
sudo pip install tensorflow-1.4.0-cp27-cp27mu-manylinux1_x86_64.whlProcessing ./tensorflow-1.4.0-cp27-cp27mu-manylinux1_x86_64.whlCollecting enum34>=1.1.6 (from tensorflow==1.4.0) Using cached...原创 2018-12-01 23:00:23 · 4908 阅读 · 0 评论 -
python 指针
>>> i = ctypes.c_int()>>> pi = ctypes.pointer(i)>>> pi[0]=1>>> print (i)c_int(1)>>> i=2>>> pi[0]1>>>原创 2018-12-01 23:40:41 · 1251 阅读 · 0 评论 -
async def concat_async(async_gen):
creating /usr/local/lib/python2.7/dist-packages/Jinja2-2.10-py2.7.eggExtracting Jinja2-2.10-py2.7.egg to /usr/local/lib/python2.7/dist-packages File "/usr/local/lib/python2.7/dist-packages/Jinja2-2...原创 2018-12-15 16:49:46 · 692 阅读 · 0 评论