You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also python3 setup.py test errors out:
File "/usr/local/lib/python3.8/site-packages/setuptools/command/test.py", line 55, in loadTestsFromModule
tests.append(self.loadTestsFromName(submodule))
File "/usr/local/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
TypeError: patch_build_ext() missing 1 required positional argument: 'build_ext'
The version issue is due to setuptools_scm, a handy but sometimes painful build tool which gets the version from the git log at build time. Setting the fallback_version is a good workaround for the FreeBSD port, but sort of defeats the purpose of using setuptools_scm in the first place.
And yeah, python setup.py test doesn't work with our setup.py at the moment. Use py.test tests.
Here is a patch that fixes a compile issue that makes it not able to find clvm_tools in chia-blockchain-1.1.6:
The text was updated successfully, but these errors were encountered: