fdfs_client-py icon indicating copy to clipboard operation
fdfs_client-py copied to clipboard

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

Open jihch opened this issue 5 years ago • 1 comments

你好,我在 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 通通都是 这一个项目?

jihch avatar Mar 10 '19 16:03 jihch

``` #if !defined(FreeBSD) &&
!defined(DragonFly) &&
!defined(APPLE) &&
!defined(_AIX) &&
!defined(linux) &&
!defined(__sun) #error platfom not supported #endif ``` 看代码是不支持window的

uxlsl avatar Nov 19 '19 07:11 uxlsl