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

Release new version with latest code #29

Open
mg-christian-axelsson opened this issue Oct 13, 2022 · 6 comments
Open

Release new version with latest code #29

mg-christian-axelsson opened this issue Oct 13, 2022 · 6 comments

Comments

@mg-christian-axelsson
Copy link

I ran into #25 today and while it's fixed in the latest code that code has not been released on PyPi. Can a new release be made?

@fyhertz
Copy link

fyhertz commented Oct 13, 2022

Same here :) A new release would be great, had to pin down orderedmultidict to v1.0 on python 3.9 to get around this issue!

@smarlhens
Copy link

+1

@mg-christian-axelsson
Copy link
Author

Bumping with hope that package author sees it :)

@lyonels
Copy link

lyonels commented Sep 4, 2023

Hello

I ran into #25 all the same.
While waiting for the new release, you can use the following PyInstaller hook that works for me.

from PyInstaller.utils.hooks import collect_data_files

module_collection_mode = "py+pyz"
hiddenimports = ["orderedmultidict.__version__"]
datas = collect_data_files('orderedmultidict')

I placed it in a sub-directory pyi-hooks/hook-orderedmultidict.py of my program and added hookspath=["pyi-hooks"] to the Analysis call in my spec file.

@jfloydrnwk
Copy link

Yet another bump, please update the package!

@rupurt
Copy link

rupurt commented Dec 23, 2023

+1 plz release 🙏

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

No branches or pull requests

6 participants