Issue with pyfa import of character for mac

pyfa v2.60.0
EVE Data Version: 2682489 (2024-09-18 07:24:32)

OS version: macOS-10.16-x86_64-i386-64bit
Python version: 3.11.0 (main, Dec 8 2022, 16:43:53) [Clang 12.0.0 (clang-1200.0.32.28)]
wxPython version: 4.2.1 (wxWidgets 3.2.2.1)
SQLAlchemy version: 1.4.50
Logbook version: 1.7.0.post0
Requests version: 2.31.0
Dateutil version: 2.8.2

####################

Traceback (most recent call last):
File “urllib3/connectionpool.py”, line 789, in urlopen
File “urllib3/connectionpool.py”, line 536, in _make_request
File “urllib3/connection.py”, line 507, in getresponse
File “http/client.py”, line 1374, in getresponse
File “http/client.py”, line 318, in begin
File “http/client.py”, line 287, in _read_status
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “requests/adapters.py”, line 486, in send
File “urllib3/connectionpool.py”, line 843, in urlopen
File “urllib3/util/retry.py”, line 474, in increment
File “urllib3/util/util.py”, line 38, in reraise
File “urllib3/connectionpool.py”, line 789, in urlopen
File “urllib3/connectionpool.py”, line 536, in _make_request
File “urllib3/connection.py”, line 507, in getresponse
File “http/client.py”, line 1374, in getresponse
File “http/client.py”, line 318, in begin
File “http/client.py”, line 287, in _read_status
urllib3.exceptions.ProtocolError: (‘Connection aborted.’, RemoteDisconnected(‘Remote end closed connection without response’))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “gui/characterEditor.py”, line 834, in addCharacter
File “service/esi.py”, line 120, in login
File “service/esi.py”, line 196, in handleServerRequest
File “service/esi.py”, line 160, in handleLogin
File “service/esiAccess.py”, line 194, in auth
File “service/esiAccess.py”, line 219, in token_call
File “requests/sessions.py”, line 637, in post
File “requests/sessions.py”, line 589, in request
File “requests/sessions.py”, line 703, in send
File “requests/adapters.py”, line 501, in send
requests.exceptions.ConnectionError: (‘Connection aborted.’, RemoteDisconnected(‘Remote end closed connection without response’))

this is the message i got

The connection to the remote server is either not being established, or is being closed immediately.

Check your API Key is correct.

Check that the machine running Pyfa has an internet connection.

Check the EVE API Swagger interface to verify that the API is up and accepting connections.

Check the Pyfa github repository to see if there is an updated version (as sometimes an update kills old versions of software, for example, if a connection method has changed)