hay86 / fdfs_client-py

fastdfs python client compatible with ver 4.0.6
GNU General Public License v3.0
106 stars 89 forks source link

请教 pip install 时 building 'fdfs_client.sendfile' extension 异常的问题 #18

Open jihch opened 5 years ago

jihch commented 5 years ago

你好,我在 pip install fdfs_client-py 和 fdf_client 和 py-fdfs-client 都遇到了下面的问题

building 'fdfs_client.sendfile' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual
C++ Build Tools": https://visualstudio.microsoft.com/downloads/

图:https://raw.githubusercontent.com/jihch/image_temp/master/cmd_pocqyU8kYW.png

我该怎么搞?话说 我 Microsoft Visual C++ 14.0 也已经装上了啊 图:https://raw.githubusercontent.com/jihch/image_temp/master/Clover_YsEhXVynNX.png

pypi 里的 fdfs_client-py 和 fdf_client 和 py-fdfs-client 通通都是 这一个项目?

uxlsl commented 4 years ago

```

if !defined(FreeBSD) && \

!defined(__DragonFly__) && \
!defined(__APPLE__)     && \
!defined(_AIX)          && \
!defined(__linux__)     && \
!defined(__sun)

error platfom not supported

endif

``` 看代码是不支持window的