-
Notifications
You must be signed in to change notification settings - Fork 241
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
Error building deb file #246
Comments
Try to replace |
One step further! Now I have this problem
|
diff --git a/setup.py b/setup.py
index 0ea3623..d105b51 100644
--- a/setup.py
+++ b/setup.py
@@ -80,5 +80,7 @@ setup(
author="Vasily Evseenko",
author_email="[email protected]",
description="The next generation of long-range packet radio link based on raw WiFi radio",
+ long_description=open('README.md').read(),
+ long_description_content_type='text/markdown',
license="GPLv3",
) |
Ok that problem is gone but I’m back to the first issue again —install-layout not recognized Thanks for the help by the way |
What python version(s) do you have installed? |
3.8.10 |
1 similar comment
3.8.10 |
Try to:
|
I’m going to have to try this in a while when I get back to my computer. I’ll let you know |
Getting closer
|
Do you use |
Git clone - checkout release |
Jetson AGX Xavier, ubuntu 20.04 aarch64
when running make deb I receive this error
make[2]: Entering directory '/home/john/src/wifibroadcast/deb_dist/wfb-ng-22.8.11.29936' python3 setup.py install --force --root=debian/wfb-ng --no-compile -O0 --install-layout=deb --prefix=/usr 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: option --install-layout not recognized
The text was updated successfully, but these errors were encountered: