Skip to content
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

Do you plan a Linux version? #1

Open
MuddyVT opened this issue May 5, 2020 · 12 comments
Open

Do you plan a Linux version? #1

MuddyVT opened this issue May 5, 2020 · 12 comments

Comments

@MuddyVT
Copy link

MuddyVT commented May 5, 2020

Andy, I tried this on an AMD PC and had arm errors as expected.
Just curious if you plan to release for non-arm Linux ?
Eventually I would like to run this on my proxmox server with a small distro.

@aaknitt
Copy link
Owner

aaknitt commented May 5, 2020

Yes, I'll likely do this...working through a few bug fixes and tweaks for a future release before supporting more platforms.

@aaknitt
Copy link
Owner

aaknitt commented May 5, 2020

Try this and let me know if it works for you. Built on Ubuntu.

@MuddyVT
Copy link
Author

MuddyVT commented May 5, 2020 via email

@MuddyVT
Copy link
Author

MuddyVT commented May 6, 2020 via email

@aaknitt
Copy link
Owner

aaknitt commented May 6, 2020

Can you copy the full error you received? There shouldn't be a Python dependency once it's been compiled into a binary executable.

@MuddyVT
Copy link
Author

MuddyVT commented May 6, 2020 via email

@MuddyVT
Copy link
Author

MuddyVT commented May 6, 2020 via email

@aaknitt
Copy link
Owner

aaknitt commented May 7, 2020

I'm not seeing a photo

@cfc62
Copy link

cfc62 commented Dec 28, 2021

Running Ubuntu 20.04.3 LTS, tried the executable and got this result. Note, I didn't edit the .cfg file at all.

~/voxcall$ ./voxcall
Traceback (most recent call last):
File "PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in
File "/home/andy/.local/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "pkg_resources/init.py", line 86, in
ModuleNotFoundError: No module named 'pkg_resources.py2_warn'
[1551094] Failed to execute script pyi_rth_pkgres

@mjmikolay
Copy link

Has anyone been able to get the Ubuntu version working? I'm getting the same error as @cfc62 above. Would love to use this on a linux headless system to pull in some additional scanners. Thanks in advance?

@aaknitt
Copy link
Owner

aaknitt commented Jan 19, 2022

The build linked above was on Ubuntu 18. When I get some time I can try a build on 20, but you can also run the Python file directly from source, you'll just have to work through installing dependencies.

python3 voxcall.py

You'll likely get errors due to missing packages...install them one at a time until the errors are gone and it runs.

@blackwellj
Copy link
Contributor

Would really appreciate a ubuntu build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants