-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
2023-12-15 13:45:42,261:ERROR:orangecanvas.registry.discovery: An exception occurred while processing EntryPoint.parse('Ewoks Demo = orangecontrib.ewoksdemo').
Traceback (most recent call last):
File "/home/denolf/ewokstest/lib/python3.8/site-packages/orangecanvas/registry/discovery.py", line 141, in run
self.process_category_package(
File "/home/denolf/ewokstest/lib/python3.8/site-packages/orangecanvas/registry/discovery.py", line 213, in process_category_package
cat_desc.project_name = distribution.name
File "/home/denolf/ewokstest/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2900, in __getattr__
return getattr(self._provider, attr)
AttributeError: 'PathMetadata' object has no attribute 'name'
``
It seems that the correct attribute is not 'name' but 'project_name' (I tried python 3.9 and 3.11).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels