Problem: Python scripts are missing from Proxmark 3

Hi everyone, I’m new to this forum. Sorry about my poor English.
When I run the comand “run script fm11rf08s_recovery”, I get the following message:

[usb] pm3 → script run fm11rf08s_recovery
[-] :no_entry: Error - can’t find fm11rf08s_recovery.py.[lua|cmd]
[usb] pm3

The .py files are located at /home/pc/.proxmark3/pyscripts

And when I run “script list” the .PY scripts do not appear

usb] pm3 → script list

[ Lua scripts ]
├── /home/pc/.proxmark3/luascripts/
└── /usr/local/bin/…/share/proxmark3/luascripts/
├── data_hex_crc.lua
├── data_mf_accessdecode.lua
├── data_mf_bin2eml.lua
├── data_mf_bin2html.lua
├── data_mf_eml2bin.lua
├── data_mf_eml2html.lua
├── data_mfu_bin2eml.lua
.
.
.
[ Cmd scripts ]
├── /home/pc/.proxmark3/cmdscripts/
└── /usr/local/bin/…/share/proxmark3/cmdscripts/
├── example.cmd
├── rdv4_init_extflash.cmd
└── test_psk_clone.cmd
[usb] pm3

Does anyone know why? help

Thank you

you’re running a proxmark deployment that doesn’t have python support like the precompiles.

self compile

2 Likes

Thanks for the reply Equipter. I don’t quite understand what I would need
to install a firmware that supports Python?

Thanks

They’re saying you need to compile and install the control utility yourself

5 Likes

Ok, working perfectly.

Thank you so much for your support.

3 Likes