pyOpenSSL alternative steps
@@ -232,6 +232,13 @@ TLS: checked
|
||||
pip install pyopenssl
|
||||
```
|
||||
|
||||
If that doesn't work:
|
||||
|
||||
1. Download the latest version of pyOpenSSL [here](https://pypi.python.org/pypi/pyOpenSSL#downloads) (the source `.tar.gz` file) and save it to `C:\`.
|
||||
2. Run `C:\Python27\Scripts\pip.exe install C:\pyOpenSSL-16.0.0.tar.gz`
|
||||
|
||||
If you have installed Python into a different directory or saved pyOpenSSL to somewhere else, you have to modify the above command in step 2 accordingly.
|
||||
|
||||
#### <a name="windows-q2">Q:</a> PlexPy keeps telling me "You're running an unknown version of PlexPy."
|
||||
**A:** You most likely forgot the following step when installing Git for Windows. Run the Git installer again, making sure you include the step below.
|
||||
|
||||
|
Reference in New Issue
Block a user