Skip to content

Fail to install cqc v3.0.2 over pip on PyPI #14

@tai271828

Description

@tai271828

It seems there is an new releases of CQC, v3.0.2 on PyPI. However users will fail to install it for the lack of some files (Please refer to Actual Result section).

Steps to Reproduce

pip install cqc

Expected Result

The installed simulaqron and cqc are ready to pass simulaqron.tests() unit tests and the corrRNG example.

Actual Result

$ pip install cqc
Collecting cqc
  Using cached https://files.pythonhosted.org/packages/d7/ac/9ecfe16e4cd7eb6b1b08f3c1a832ba06696ed57c83e6c6dc34720ae45d8f/cqc-3.0.2.tar.gz
	ERROR: Complete output from command python setup.py egg_info:
	ERROR: Traceback (most recent call last):
	  File "<string>", line 1, in <module>
	  File "/tmp/pip-install-ufd6go2g/cqc/setup.py", line 21, in <module>
		with open("requirements.txt", 'r') as f:
	FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
	----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-ufd6go2g/cqc/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions