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

Installation Fails (unable to open wpcap.lib) if using Python 3.11 #93

Open
jc-bm opened this issue Dec 15, 2022 · 1 comment
Open

Installation Fails (unable to open wpcap.lib) if using Python 3.11 #93

jc-bm opened this issue Dec 15, 2022 · 1 comment

Comments

@jc-bm
Copy link

jc-bm commented Dec 15, 2022

Pretty much identical to #48 incremented 1, I can install with 3.10 but not with 3.11. Does the wheel need to be rebuilt with every version increment? If so, it could be helpful to specify the upper bound on Python.

@bnjmnp
Copy link
Owner

bnjmnp commented Dec 18, 2022

Right, there is no wheel for Python 3.11 for now. The available wheels you can see on PyPI: https://pypi.org/project/pysoem/#files

I should maybe also work on somehow putting the missing wpcap.lib in the "Source Distribution". With that one could build pysoem without the wheel right away, also on Windows.

As you have the Visual Studio compiler installed you could also try to install pysoem from the GitHub sources: pip install git+https://github.com/bnjmnp/pysoem.git (see: https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-from-vcs)

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

2 participants