Giter Site home page Giter Site logo

Fails to build on mac, workaround about asynq HOT 4 CLOSED

quora avatar quora commented on September 22, 2024
Fails to build on mac, workaround

from asynq.

Comments (4)

JelleZijlstra avatar JelleZijlstra commented on September 22, 2024 1

I can reproduce this. Interestingly, it fails while building qcore, but just running pip install qcore works fine.

Maybe the qcore headers should be changed to use relative imports, because it also warns:

    /private/var/folders/75/kbphyp697t5fzgzkth6s7x380000gn/T/easy_install-4_kiv1by/qcore-1.6.1/.eggs/Cython-3.0a5-py3.9.egg/Cython/Compiler/Main.py:344: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /private/var/folders/75/kbphyp697t5fzgzkth6s7x380000gn/T/easy_install-4_kiv1by/qcore-1.6.1/qcore/microtime.pxd

And the errors are about how it's importing other pxd modules in qcore.

from asynq.

tekumara avatar tekumara commented on September 22, 2024

Also experienced this with the error

 Error compiling Cython file:
    ------------------------------------------------------------
    ...
    # limitations under the License.
    
    import cython
    from cpython cimport bool
    
    cimport inspection
           ^
    ------------------------------------------------------------
    
    qcore/microtime.pxd:18:8: 'inspection.pxd' not found

from asynq.

tekumara avatar tekumara commented on September 22, 2024

Running pip install qcore before pip install asynq works for me too.

from asynq.

JelleZijlstra avatar JelleZijlstra commented on September 22, 2024

I can generally install asynq fine on Mac, please report if this becomes an issue again.

from asynq.

Related Issues (19)

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.