Giter VIP home page Giter VIP logo

Comments (4)

blueforesticarus avatar blueforesticarus commented on August 29, 2024

seems to work on arch with python3.8 (does not throw error, generated python looks correct) if you uninstall the python clang library:
python3.8 -m pip uninstall clang
and then reinstall clang:
pacman -S clang

Some distributions ship clang without python bindings, the clang lib from pypi exists to provide these, but hasn't been updated since clang 6. Very important that the bindings match your clang version. Reinstalling clang was necessary because cindex.py was missing from the site-packages/clang directory that pacman installed the bindings too. That might just have been a quick of my system, or maybe pip deleted it installing ctypeslib2?

If you need to install ctypeslib2 without clang being installed as a dep you can use
python3.8 -m pip install --no-deps ctypeslib2==2.2.1

Versions:
python 3.8.0-1 installed through pacman from extra
clang 9.0.0-3 installed through pacman from extra
ctypeslib2==2.2.1 installed through pip from pypi

from ctypeslib.

XVilka avatar XVilka commented on August 29, 2024

See also https://twitter.com/matalaz/status/1262716945167781888?s=19

https://github.com/joxeankoret/sealang/blob/master/README.rst

from ctypeslib.

trolldbois avatar trolldbois commented on August 29, 2024

Fixed in HEAD. I think the clang bindings in pypi are up to date / synced with llvm.

from ctypeslib.

trolldbois avatar trolldbois commented on August 29, 2024

check your .so version with clang2py --version

from ctypeslib.

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.