Giter Club home page Giter Club logo

ccocotools's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @imyhxy
  • ๐Ÿ‘€ Iโ€™m interested in Computer Vision

ccocotools's People

Contributors

imyhxy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ccocotools's Issues

Failed to compile in Win10

OS: Win10
Visual studio: 2019 (14.29.30037)
Windows Kits: 10.0.19041.0
Python: 3.9.5

  Building wheel for ccocotools (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'd:\applications\wpy64-3950\python-3.9.5.amd64\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'E:\\Temp\\pip-req-build-lyzx172v\\setup.py'"'"'; __file__='"'"'E:\\Temp\\pip-req-build-lyzx172v\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'E:\Temp\pip-wheel-pu0znbkb'
       cwd: E:\Temp\pip-req-build-lyzx172v\
  Complete output (21 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.9
  creating build\lib.win-amd64-3.9\ccocotools
  copying ccocotools\coco.py -> build\lib.win-amd64-3.9\ccocotools
  copying ccocotools\cocoeval.py -> build\lib.win-amd64-3.9\ccocotools
  copying ccocotools\fastcocoeval.py -> build\lib.win-amd64-3.9\ccocotools
  copying ccocotools\mask.py -> build\lib.win-amd64-3.9\ccocotools
  copying ccocotools\__init__.py -> build\lib.win-amd64-3.9\ccocotools
  running build_ext
  skipping 'ccocotools\_mask.c' Cython extension (up-to-date)
  building 'ccocotools._mask' extension
  creating build\temp.win-amd64-3.9
  creating build\temp.win-amd64-3.9\Release
  creating build\temp.win-amd64-3.9\Release\ccocotools
  creating build\temp.win-amd64-3.9\Release\ccocotools\common
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Id:\applications\wpy64-3950\python-3.9.5.amd64\lib\site-packages\numpy\core\include -Iccocotools/common -Id:\applications\wpy64-3950\python-3.9.5.amd64\include -Id:\applications\wpy64-3950\python-3.9.5.amd64\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IE:\Windows Kits\10\include\10.0.19041.0\ucrt -IE:\Windows Kits\10\include\10.0.19041.0\shared -IE:\Windows Kits\10\include\10.0.19041.0\um -IE:\Windows Kits\10\include\10.0.19041.0\winrt -IE:\Windows Kits\10\include\10.0.19041.0\cppwinrt -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include -IE:\Windows Kits\10\Include\10.0.19041.0\ucrt -IE:\Windows Kits\10\Include\10.0.19041.0\um -IE:\Windows Kits\10\Include\10.0.19041.0\shared -IE:\Windows Kits\10\Include\10.0.19041.0\winrt /Tcccocotools/common/maskApi.c /Fobuild\temp.win-amd64-3.9\Release\ccocotools/common/maskApi.obj -Wno-cpp -Wno-unused-function -std=c99 -Wno-misleading-indentation
  cl: ้›ๆˆ’ๆŠค็›\x8c error D8021 :้ƒ็Šณๆ™ฅ้จๅ‹ฌๆšŸ้Š็…Žๅผฌ้ๆ‰ณ\x80\x9c/Wno-cpp้ˆฅ\x9d
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30037\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
  ----------------------------------------
  ERROR: Failed building wheel for ccocotools
  Running setup.py clean for ccocotools
Failed to build ccocotools
WARNING: Ignoring invalid distribution -python (d:\applications\wpy64-3950\python-3.9.5.amd64\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (d:\applications\wpy64-3950\python-3.9.5.amd64\lib\site-packages)
Installing collected packages: ccocotools
    Running setup.py install for ccocotools ... error
    ERROR: Command errored out with exit status 1:
     command: 'd:\applications\wpy64-3950\python-3.9.5.amd64\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'E:\\Temp\\pip-req-build-lyzx172v\\setup.py'"'"'; __file__='"'"'E:\\Temp\\pip-req-build-lyzx172v\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'E:\Temp\pip-record-icnr9tyh\install-record.txt' --single-version-externally-managed --compile --install-headers 'd:\applications\wpy64-3950\python-3.9.5.amd64\Include\ccocotools'
         cwd: E:\Temp\pip-req-build-lyzx172v\
    Complete output (21 lines):
    running install
    running build
    running build_py
    creating build
    creating build\lib.win-amd64-3.9
    creating build\lib.win-amd64-3.9\ccocotools
    copying ccocotools\coco.py -> build\lib.win-amd64-3.9\ccocotools
    copying ccocotools\cocoeval.py -> build\lib.win-amd64-3.9\ccocotools
    copying ccocotools\fastcocoeval.py -> build\lib.win-amd64-3.9\ccocotools
    copying ccocotools\mask.py -> build\lib.win-amd64-3.9\ccocotools
    copying ccocotools\__init__.py -> build\lib.win-amd64-3.9\ccocotools
    running build_ext
    skipping 'ccocotools\_mask.c' Cython extension (up-to-date)
    building 'ccocotools._mask' extension
    creating build\temp.win-amd64-3.9
    creating build\temp.win-amd64-3.9\Release
    creating build\temp.win-amd64-3.9\Release\ccocotools
    creating build\temp.win-amd64-3.9\Release\ccocotools\common
    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Id:\applications\wpy64-3950\python-3.9.5.amd64\lib\site-packages\numpy\core\include -Iccocotools/common -Id:\applications\wpy64-3950\python-3.9.5.amd64\include -Id:\applications\wpy64-3950\python-3.9.5.amd64\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IE:\Windows Kits\10\include\10.0.19041.0\ucrt -IE:\Windows Kits\10\include\10.0.19041.0\shared -IE:\Windows Kits\10\include\10.0.19041.0\um -IE:\Windows Kits\10\include\10.0.19041.0\winrt -IE:\Windows Kits\10\include\10.0.19041.0\cppwinrt -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include -IE:\Windows Kits\10\Include\10.0.19041.0\ucrt -IE:\Windows Kits\10\Include\10.0.19041.0\um -IE:\Windows Kits\10\Include\10.0.19041.0\shared -IE:\Windows Kits\10\Include\10.0.19041.0\winrt /Tcccocotools/common/maskApi.c /Fobuild\temp.win-amd64-3.9\Release\ccocotools/common/maskApi.obj -Wno-cpp -Wno-unused-function -std=c99 -Wno-misleading-indentation
    cl: ้›ๆˆ’ๆŠค็›\x8c error D8021 :้ƒ็Šณๆ™ฅ้จๅ‹ฌๆšŸ้Š็…Žๅผฌ้ๆ‰ณ\x80\x9c/Wno-cpp้ˆฅ\x9d
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30037\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'd:\applications\wpy64-3950\python-3.9.5.amd64\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'E:\\Temp\\pip-req-build-lyzx172v\\setup.py'"'"'; __file__='"'"'E:\\Temp\\pip-req-build-lyzx172v\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'E:\Temp\pip-record-icnr9tyh\install-record.txt' --single-version-externally-managed --compile --install-headers 'd:\applications\wpy64-3950\python-3.9.5.amd64\Include\ccocotools' Check the logs for full command output.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.