RobMcKiernan commented on issue #23433:
URL: https://github.com/apache/beam/issues/23433#issuecomment-1284189933
I'm still experiencing this. Is this likely to be fixed?:
```
InvalidWheelName
apache_beam2.42.0rc00-cp37-cp37m-macosx_10_9_x86_64.whl is not a valid
wheel filename.
at
/usr/local/lib/python3.8/site-packages/poetry/installation/chooser.py:36 in
__init__
32│ class Wheel:
33│ def __init__(self, filename: str) -> None:
34│ wheel_info = wheel_file_re.match(filename)
35│ if not wheel_info:
→ 36│ raise InvalidWheelName(f"{filename} is not a valid
wheel filename.")
37│
38│ self.filename = filename
39│ self.name = wheel_info.group("name").replace("_", "-")
40│ self.version = wheel_info.group("ver").replace("_", "-")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]