Changes between Initial Version and Version 1 of Ticket #66204
- Timestamp:
- Nov 8, 2022, 9:32:34 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66204
-
Property
Version
changed from
to
2.8.0
-
Property
Summary
changed from
Deluge crashes on OSX 10.6
toDeluge @2.0.3 crashes on OSX 10.6
-
Property
Version
changed from
-
Ticket #66204 – Description
initial v1 1 The following is printed when I try to run Deluge after install with MacPorts. 2 3 4 {{{ 1 5 Traceback (most recent call last): 2 6 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 581, in _build_master … … 40 44 raise DistributionNotFound(req, requirers) 41 45 pkg_resources.DistributionNotFound: The 'cryptography>=3.3' distribution was not found and is required by pyopenssl 46 47 }}}