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
TL;DR Installation is not possible, at the moment.
The error is because, there is no presence of a command-line script in bin/payasm which exposes the capabilities of the assembler for an end-user usage. I went ahead and added the stub in setup.py post-haste.
I think it is better to concentrate more on building the library for assembling and producing a runnable Python bytecode first. The correctness of the library is ensured using unit tests.
For now, I will add explicitly in the documentation that installation is not possible.
python setup.py build
: gives error: file '/home/crank/payasm/bin/payasm' does not existThe text was updated successfully, but these errors were encountered: