Tag: setuptools

在Docker中设置cassandra驱动程序(python)

几个月前,我使用了一个docker文件:(1)使用base ubuntu镜像,(2)安装miniconda python发行版,(3)使用miniconda安装一些python库,(4)运行以下命令为python设置cassandra驱动程序。 RUN pip install –upgrade pip RUN pip install cassandra-driver 这在六个月前完美运作。 但现在我得到这个例外。 Step 13 : RUN pip install cassandra-driver —> Running in ba9955650d7c Collecting cassandra-driver Downloading cassandra-driver-3.0.0.tar.gz (186kB) Complete output from command python setup.py egg_info: warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests' […]