pip install fails on Windows 7 64 bit Python 2.7.9+
C:\Python27\Scripts>.\pip install p4python
Collecting p4python
Downloading p4python-2016.1.1447008.tar.gz (84kB)
�[K 100% |################################| 86kB 422kB/s ta 0:00:01
Complete output from command python setup.py egg_info:
Attempting to load API from ftp.perforce.com
Loaded API into None
****************************************************
Cannot determine the version of openssl
Building without SSL
****************************************************
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "c:\users\testUser\appdata\local\temp\pip-build-e1dtqx\p4python\setup.py", line 639, in <module>
do_setup(p4_api_dir, ssl)
File "c:\users\testUser\appdata\local\temp\pip-build-e1dtqx\p4python\setup.py", line 460, in do_setup
apiVersion = VersionInfo(p4_api_dir)
File "c:\users\testUser\appdata\local\temp\pip-build-e1dtqx\p4python\setup.py", line 217, in __init__
verFile = os.path.join(p4ApiDir, "sample", "Version")
File "c:\python27\lib\ntpath.py", line 65, in join
result_drive, result_path = splitdrive(path)
File "c:\python27\lib\ntpath.py", line 115, in splitdrive
if len(p) > 1:
TypeError: object of type 'NoneType' has no len()
----------------------------------------
�[31mCommand "python setup.py egg_info" failed with error code 1 in c:\users\testUser\appdata\local\temp\pip-build-e1dtqx\p4python�[0m