Skip to content
Discussion options

You must be logged in to vote

I friend on another forum found a solution for my problem. I'm posting it here for others who may find it helpful. The last substantive command in the install-proc script is:
sudo python3 serup.py install
My fix was to change the line to remove sudo and add --user so that it now reads:
python3 setup.py install --user
Then I saved the script gave it authority to execute with sudo chmod + x install-proc and executed it telling it YES to delete the old directories. Note that just running the revised line outside the script failed to correct the problem. After running the script I was able to confirm that the script now had pinproc properly plugged into MPF and working.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by colemanomartin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant