@@ -51,3 +51,12 @@ Also: I figured that having binaryc output the log like "<LOG HEADER> t=10e4 ...
See examples/ dir for some working examples
When you try to `import binary_c_python_api` and python complains about it not existing, but you are sure that you correctly included the necessary pythonpaths, then you probably need to rebuild the package.
FAQ:
--------------------
pip install failed:
if pip installation results in `No files/directories in /tmp/pip-1ckzg0p9-build/pip-egg-info (from PKG-INFO)`, try running it verbose (`-v`) to see what is actually going wrong.
@@ -230,29 +224,22 @@ class CustomBuildCommand(distutils.command.build.build):
defrun(self):
# execute_make()
# Run the original build command
# print(super().run())
# Run the original build command
distutils.command.build.build.run(self)
# It is tested and designed to work for versions {}, we can't guarantee proper functioning for other versions
# If you want to use a different version of binary_c, download and install a different version of this package
setup(
name="binarycpython",
version="0.2.2",
description="""
This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard and collaborators. Based on the initial set up by Jeff andrews.
""".format(
version="0.2.4",
description="""This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard and collaborators. Based on the initial set up by Jeff andrews.""".format(