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
- pip install "cryptography>=1.3.4,<=3.1.1" # installing in before_install doesn't re-install the latest version of the same package in the next stage.
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ To install:
32
32
33
33
pip install optimizely-sdk
34
34
35
+
Note:
36
+
If you are running the SDK with PyPy or PyPy3 and you are experiencing issues, install this cryptography package **first** and then optimizely-sdk package:
37
+
38
+
pip install "cryptography>=1.3.4,<=3.1.1"
39
+
35
40
### Feature Management Access
36
41
37
42
To access the Feature Management configuration in the Optimizely
0 commit comments