Frank

Results 12 comments of Frank

As @obie73 said, the OpenCvSharp of version `4.5.5.2021.1213` is not compatible with the installed `ffmpeg` version 5.x.x. It has to install `ffmpeg` with version 4.x.x. There is a cue from...

I am looking into this issue and would like to add my use case to my site: I want to filter my blogs with multiple tags supported(`OR` ), adding a...

Wow, @AustEcon thank you for presenting a idea to build `windows` wheels. I will try to add it into `github actions CI/CD` later.

I have add to build windows wheel in github actions CI for `leveldb` 1.23 and `snappy` 1.1.9. Please see new commits and CI results at [plyvel github actions CI](https://github.com/liviaerxin/plyvel/actions/runs/1098325012)

I have released wheels built for **Linux, Windows, and macOS**. You can download your platform-specified `plyvel` wheel at [https://github.com/liviaerxin/plyvel/releases/tag/v1.3.0-CI](https://github.com/liviaerxin/plyvel/releases/tag/v1.3.0-CI) and install them directly without building both `snappy` and `leveldb`.

> hey @liviaerxin wow, that is fantastic! i see you built on top of my build scripts (which i only ever ran successfully in a local docker environment, not in...

Hello @wbolster, I have not tracked your **plyvel** repo for a while and see it still does not provide binary wheels for cross-platform. Now I have some time and really...

> > Update: > > Spoke too soon. Installation went fine, however when I try to run a Python script that uses `plyvel` I get: `Symbol not found: __ZTIN7leveldb10ComparatorE`... >...

Hello @Avnsx. Here are the **plyvel 1.5.0-CI** of both `PyPi` and `github Release`: - [plyvel-ci from PyPI](https://pypi.org/project/plyvel-ci/) - [plyvel-ci from Github Release](https://github.com/liviaerxin/plyvel/releases) I rename `plyvel` to `plyvel-ci`, waiting for @wbolster...

> Thanks alot @liviaerxin and sorry for the late response! > > Good news, I've finally got the time and tested through all of your builds cross-platform within virtual machines...