Coder Social home page Coder Social logo

Comments (4)

swolfe2 avatar swolfe2 commented on June 12, 2024 1

It seems difficult to find packages for simdutf8. There are currently no Debian packages but fortunately Iā€™m using Nix which has one. Building from source is also an option.

Hey @rupurt,

Do you have any info/docs on how to do that?

I've got turbodbc 4.5.10 working great on Python 3.11.1 with Boost 1_81_0.

Trying to upgrade to newest Python (3.12.3 / Windows 64-bit) with Boost 1_85_0, to turbodbc 4.11, I get the same error as @Bopsie. I also upgraded the VS Build Tools versions thinking that would help, but it didn't.
image

from turbodbc.

rupurt avatar rupurt commented on June 12, 2024

It seems difficult to find packages for simdutf8. There are currently no Debian packages but fortunately Iā€™m using Nix which has one. Building from source is also an option.

from turbodbc.

rupurt avatar rupurt commented on June 12, 2024

@swolfe2 I manually pulled out the headers and DLL from the fedora package and vendored it in my repo

from turbodbc.

sm-Fifteen avatar sm-Fifteen commented on June 12, 2024

Same issue here; the build tutorial doesn't mention where to get simdutf from, how to build it and where to put it. I tried building the latest amalgamation by hand and putting the header in .pyenv/include and the compiled lib file in .pyenv/PCBuild/amd64, but that's giving me simdutf external symbol resolution errors, so I'm probably doing the compilation wrong anyway.

# From the VS Developer Command Prompt
cl.exe /c /nologo /O2 /W3 /GL /DNDEBUG /MD "/Tpsimdutf.cpp"  "/Fosimdutf.obj"
lib.exe "/out:simdutf.lib" "simdutf.obj" /verbose

from turbodbc.

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.