Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary wheels for Python 3.9 #734

Closed
amotl opened this issue Jan 14, 2021 · 6 comments
Closed

Binary wheels for Python 3.9 #734

amotl opened this issue Jan 14, 2021 · 6 comments

Comments

@amotl
Copy link

amotl commented Jan 14, 2021

Dear @mikeboers and @jlaine,

first things first: Thanks a stack for conceiving and maintaining the excellent PyAV package.

It recently came to our attention that there are no binary wheels for Python 3.9 available on PyPI yet [1]. While I don't know what it would take to build and publish them, I am humbly asking if you could do something about this in order to improve the situation for downstream users like outlined at ambianic/peerjs-python#48.

As I recognized you are already using cibuildwheel within your GHA recipe, it might be feasible to expand the Python version into a matrix there?

- uses: actions/setup-python@v1
with:
python-version: 3.7

Thanks already for looking into this and keep up the spirit!

With kind regards,
Andreas.

[1] https://pypi.org/project/av/#files

cc @ivelin

@nestiank
Copy link

I use Python 3.9.1 for my AMD64 VS Code, and I recently succeeded pip install av but when importing av ImportError: DLL load failed while importing _core occurred. When installing av, pip used av-8.0.2-cp39-cp39-win_amd64.whl but I also see that there are no binary wheels for Python 3.9 available on PyPI yet, as @amotl kindly noted. May I ask whether should I downgrade Python to 3.8, or is this error happening independently with my Python version?

@nestiank
Copy link

I am very curious about what actually av-8.0.2-cp39-cp39-win_amd64.whl is.

@amotl
Copy link
Author

amotl commented Jan 14, 2021

Dear Juyoung,

I use Python 3.9.1 for my AMD64 VS Code, and I recently succeeded pip install av but when importing av ImportError: DLL load failed while importing _core occurred.

While the installation of the package apparently succeeded (at least it looks like it has been able to crate a wheel archive), the error message clearly shows that the chances are high that the build process did not succeed (on your Windows machine?).

May I ask whether should I downgrade Python to 3.8, or is this error happening independently with my Python version?

I believe you will be definitively be better off with Python 3.8, as there are corresponding av-8.0.2-cp38-cp38-win32.whl and av-8.0.2-cp38-cp38-win_amd64.whl packages on PyPI.

With kind regards,
Andreas.

@nestiank
Copy link

Dear Andreas,

Special thanks to your kind reply! Definitely will try that.

Best wishes,
Juyoung

@amotl
Copy link
Author

amotl commented Feb 12, 2021

Hi there,

I see that the release of PyAV 8.0.3 [1], published on Jan 23, 2021, now offers binary wheels for Python 3.9. So, I am closing this. Thanks a stack!

With kind regards,
Andreas.

[1] https://pypi.org/project/av/#files

@amotl amotl closed this as completed Feb 12, 2021
@jlaine
Copy link
Member

jlaine commented Feb 12, 2021

Thanks for closing the issue @amotl I hadn't spotted it when I cut the release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants