t
Size: a a a
t
t
ImportError: dlopen(/Users/runner/hostedtoolcache/Python/3.6.14/x64/lib/python3.6/site-packages/dxfeed/core/DXFeedPy.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libDXFeed_64.dylib
Referenced from: /Users/runner/hostedtoolcache/Python/3.6.14/x64/lib/python3.6/site-packages/dxfeed/core/DXFeedPy.cpython-36m-darwin.so
Reason: image not found
t
t
if platform.system() == 'Windows':
runtime_library_dirs = None
extra_link_args = None
elif platform.system() == 'Darwin':
runtime_library_dirs = None
extra_link_args = [f'-Wl,-rpath,@loader_path/dxfeed/core', f'-Wl,-rpath,.', f'-Wl,-rpath,{str(capi_bin_dir)}']
capi_full_library_file_path = capi_bin_dir / capi_library_file_name
run(('install_name_tool', '-id', f'@rpath/{capi_library_file_name}', str(capi_full_library_file_path)))
else:
runtime_library_dirs = ["$ORIGIN", '.', str(capi_bin_dir)]
extra_link_args = None
t
FO
FO
t
t
t
t
t
Dv
c
FO
FO
t
t
ttldtor@DESKTOP-N9FQKGB:~$ curl http://archive.ubuntu.com/ubuntu/dists/focal/InRelease
^C
ttldtor@DESKTOP-N9FQKGB:~$ ping archive.ubuntu.com
PING archive.ubuntu.com (91.189.88.142) 56(84) bytes of data.
64 bytes from aerodent.canonical.com (91.189.88.142): icmp_seq=1 ttl=53 time=79.9 ms
64 bytes from aerodent.canonical.com (91.189.88.142): icmp_seq=2 ttl=53 time=85.6 ms
64 bytes from aerodent.canonical.com (91.189.88.142): icmp_seq=3 ttl=53 time=79.6 ms
64 bytes from aerodent.canonical.com (91.189.88.142): icmp_seq=4 ttl=53 time=78.1 ms
^C
--- archive.ubuntu.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 78.095/80.800/85.608/2.857 ms
ttldtor@DESKTOP-N9FQKGB:~$ curl google.com
curl: (7) Failed to connect to google.com port 80: Connection timed out
ttldtor@DESKTOP-N9FQKGB:~$