-
Notifications
You must be signed in to change notification settings - Fork 10
151 settings #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
151 settings #4
Conversation
Updated how the paths to the CQC and APP files are read
…hey are not used anymore
LeonWubben
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make: *** No rule to make target '_verified', needed by 'verify'. Stop.
I know it's copied over code, and not part of this pr. Still good to let you know
I don't know what "make build" does, but if fails as well
$ make build
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:294: UserWarning: The version specified ("'3.0.0'") is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
"details." % self.metadata.version
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
Makefile:28: recipe for target '_build' failed
make: *** [_build] Error 1
Should be fine codewise. Can't finish the pr before finishing the simulaqron one though
| self._cqcNet = networkConfig(self.cqcFile) | ||
| if socket_address is None or use_classical_communication: | ||
| if backend is None or backend == "simulaqron": | ||
| if _simulaqron_major < 3: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if this is the best way to go about this. But this should probably be in simulaqron itself as requirement. V2 simulaqron should have cqc <3.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LeonWubben Why should it be in SimulaQron? Why should simlaqron v2 have cqc<3.0.0, simulaqron v2 works fine with cqc 3 it's the pythonlibrary of cqc 3 which does not work with simulaqron 2.
|
@LeonWubben What's your version of setuptools? You also need wheel installed. |
See corresponding pull request for simulaqron with more info at: SoftwareQuTech/SimulaQron#175