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

Get into trouble when installing #32

Closed
Ontrackx opened this issue Apr 28, 2023 · 3 comments
Closed

Get into trouble when installing #32

Ontrackx opened this issue Apr 28, 2023 · 3 comments
Assignees

Comments

@Ontrackx
Copy link

PS C:\Windows\system32> cd..
PS C:\Windows> cd..
PS C:> git clone https://github.com/BeamCtrl/Airiana
Cloning into 'Airiana'...
remote: Enumerating objects: 3786, done.
remote: Counting objects: 100% (868/868), done.
remote: Compressing objects: 100% (286/286), done.
remote: Total 3786 (delta 604), reused 835 (delta 581), pack-reused 2918
Receiving objects: 100% (3786/3786), 782.50 KiB | 702.00 KiB/s, done.

Resolving deltas: 100% (2593/2593), done.
PS C:> python3 ./install.py
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
PS C:> cd airiana
PS C:\airiana> python3 ./install.py
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
PS C:\airiana> python ./install.py
Traceback (most recent call last):
File "C:\airiana\install.py", line 17, in
import pwd
ModuleNotFoundError: No module named 'pwd'
PS C:\airiana>

Is there any way to ignore the pwd error? i know this is a phyton problem, but ive tried on ubuntu also I should be able to run this on other than a dedicated raspberry pi yes?

@BeamCtrl
Copy link
Owner

Ive never tried it on something other than Rpi, it may however work with some fiddling. if you install the requirements from the requirements.txt file you should be good to go without installing, The install script should maybe have a caveat to only use on linux/rpi since it assumes alot about the local filesystem and services.

  1. install the requirements manually
  2. try to startup ./airiana-core.py and see how far you get.

are you trying to run it via a IAM module or wired via rs485?

//Daniel

@Ontrackx
Copy link
Author

Ontrackx commented Apr 28, 2023 via email

@BeamCtrl BeamCtrl self-assigned this Apr 29, 2023
@BeamCtrl
Copy link
Owner

BeamCtrl commented Oct 7, 2023

closing due to inactivity

@BeamCtrl BeamCtrl closed this as completed Oct 7, 2023
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

2 participants