You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries. This means that you will need to install and export some OpenSSL settings yourself, before you can install viz-python-lib:
43
+
Send a custom operation:
25
44
26
-
```sh
27
-
brew install openssl
45
+
```python
46
+
from viz import Client
47
+
48
+
node ="wss://node.viz.cx/ws"
49
+
viz = Client(node=node, keys=["5...your_private_regular_key..."])
Install regular version of [OpenSSL](https://slproweb.com/products/Win32OpenSSL.html) (not Light) suitable for your core processor.
92
+
93
+
#### MacOS dependencies
94
+
95
+
Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries. This means that you will need to install and export some OpenSSL settings yourself, before you can install viz-python-lib:
0 commit comments