-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Can no longer build wheel for timezonefinder on Windows #243
Comments
Caused by this, I believe: python-cffi/cffi#117 It seems like when I haven't found a workaround yet. |
I have the same issue. I upgraded my computer this week and have to reinstall several projects. Pip now fails to install timezonfinder in all my environments that need this package... |
Currently solving the problem with an earlier version |
Thanks for bringing this up. Can someone check if the build dependencies can be updated/pinned to fix this please? I currently don't have time to look into this. |
not sure if this is the exact same issue, but please note the mention by pnbruckner above.
HA devs tell me that this means timezonefinder didnt properly distribute the library via PyPi. as there are no valid wheels available: https://pypi.org/project/timezonefinder/#files hope this makes sense, and you can fix that edit nevermind, this was probably caused by a very old 5.2.0 requirement, I changed to latest |
Over the last couple of days I seem to have lost the ability to build wheels for timezonefinder. This includes 6.5.2 and 6.1.3 (6.1.3 is what we were on, but I also tried upgrading). I thought it might have been due to setuptools releasing a new version, but I put my setuptools back with no effect.
Here is the error I get after running
pip install timezonefinder==6.5.2
(in a clean venv after removing cached wheels from my appdata directory):File "*****\Local\Temp\pip-build-env-7y50dsrk\overlay\Lib\site-packages\cffi\_shimmed_dist_utils.py", line 33, in <module> from distutils.msvc9compiler import MSVCCompiler ModuleNotFoundError: No module named 'distutils.msvc9compiler'
My system information:
Python 3.10.11 x64
VS2022 installed
Windows 11
Is anyone else seeing this issue or have any idea what could have caused this?
The text was updated successfully, but these errors were encountered: