Git Product home page Git Product logo

Comments (4)

coleifer avatar coleifer commented on June 10, 2024

I added an additional stanza to the setup.py in 23ddc21 which should make Cython a dependency. However it looks like I have a bug in setup which tries to still reference the missing c source file.

from sqlite-vtfunc.

coleifer avatar coleifer commented on June 10, 2024

Pushed a new release, 0.3.3, which should fix the issue. Cython is no longer a dependency and the vtfunc.c pre-generated C file should be included in the source distribution.

from sqlite-vtfunc.

simonw avatar simonw commented on June 10, 2024

Looks like it works just fine now! Thanks for the quick turnaround.

tmp $ python3 -mvenv vtfunc-0-3-3
tmp $ source vtfunc-0-3-3/bin/activate
(vtfunc-0-3-3) tmp $ pip install vtfunc
Collecting vtfunc
  Downloading https://files.pythonhosted.org/packages/cb/e8/13054647aaecaddc3c634cf9a65dd5df69e183c88efdc75f7fd5c606291b/vtfunc-0.3.3.tar.gz (63kB)
    100% |████████████████████████████████| 71kB 3.2MB/s 
Installing collected packages: vtfunc
  Running setup.py install for vtfunc ... done
Successfully installed vtfunc-0.3.3
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(vtfunc-0-3-3) tmp $ python
Python 3.6.5 (default, Mar 30 2018, 06:41:53) 
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import vtfunc
>>> vtfunc
<module 'vtfunc' from '/private/tmp/vtfunc-0-3-3/lib/python3.6/site-packages/vtfunc.cpython-36m-darwin.so'>

from sqlite-vtfunc.

coleifer avatar coleifer commented on June 10, 2024

Sure, thanks for the help improving this little library.

from sqlite-vtfunc.

Related Issues (12)

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.