Git Product home page Git Product logo

Comments (5)

suraj-pai avatar suraj-pai commented on August 28, 2024 2

I was able to fix this by installing python3-dev package

sudo apt install python3-dev

from yolo3-4-py.

madhawav avatar madhawav commented on August 28, 2024 1

Hi, do you have cython installed?
If not, please install cython using pip install cython. Cython is used by setup.py to generate pydarknet.cpp.

from yolo3-4-py.

shivarajnaidu avatar shivarajnaidu commented on August 28, 2024

I have installed it(cython) in virtualenv (which is created using pipenv) And I am doing this in KUbuntu 18.04

from yolo3-4-py.

madhawav avatar madhawav commented on August 28, 2024

Hi,
Can you test whether the following import works?

  from Cython.Distutils import build_ext

To explain the situation, pydarknet.cpp is generated using Cython. If the above import fails (which usually happen when cython is absent), the installation assumes pydarknet.cpp already exists and tries to install using it. This seem to be the case according to log you have provided since it contains no logs generated by cython.

Also, can you try making a new clone of the project? Sometimes, cython leaves partly compiled files that can cause weird issues.

from yolo3-4-py.

madhawav avatar madhawav commented on August 28, 2024

Closing the issue due to two weeks of inactivity.

from yolo3-4-py.

Related Issues (20)

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.