# The form data below was edited by perforce # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # # Status: Job status; required field. There is no enforced or # promoted workflow for transition of jobs from one # status to another, just a set of job status values # for users to apply as they see fit. Possible values: # # open - Issue is available to be worked on. # # inprogress - Active development is in progress. # # blocked - Issue cannot be implemented for some reason. # # fixed - Fixed, optional status to use before closed. # # closed - Issue has been dealt with definitively. # # punted - Decision made not to address the issue, # possibly not ever. # # suspended - Decision made not to address the issue # in the immediate future, but noting that it may # have some merit and may be revisited later. # # duplicate - Duplicate of another issue that. # # obsolete - The need behind the request has become # overcome by events. # # Project: The project this job is for. Required. # # Severity: [A/B/C] (A is highest) Required. # # ReportedBy The user who created the job. Can be changed. # # ReportedDate: The date the job was created. Automatic. # # ModifiedBy: The user who last modified this job. Automatic. # # ModifiedDate: The date this job was last modified. Automatic. # # OwnedBy: The owner, responsible for doing the job. Optional. # # Description: Description of the job. Required. # # DevNotes: Developer's comments. Optional. Can be used to # explain a status, e.g. for blocked, punted, # obsolete or duplicate jobs. May also provide # additional information such as the earliest release # in which a bug is known to exist. # # Component: Projects may use this optional field to indicate # which component of the project a givenjob is associated # with. # # For the SDP, the list of components is defined in: # //guest/perforce_software/sdp/tools/components.txt # # Type: Type of job [Bug/Feature]. Required. # # Release: Release in which job is intended to be fixed. Job: job000625 Status: open Project: perforce_software-p4python Severity: B ReportedBy: karl_wirth ReportedDate: 2016/10/28 08:07:44 ModifiedBy: perforce ModifiedDate: 2019/02/19 10:51:36 OwnedBy: karl_wirth Description: 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 DevNotes: Type: Bug