You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand, the above #!/usr/bin/env python3 is the preferred way to load up the current python interpreter. However, I'm not very knowledgable about how this GH Action installs, and have very limited exposure to MacOS.
Can you help me understand how your python installation Action "should" work, when the modules the action installs are later expected to be imported in python scripts?
e.g., do you setup and activate a named virtual environment, and if so, why doesn't it apply to the other steps?
The text was updated successfully, but these errors were encountered:
Related to #216 .
Example run with the error:
https://github.com/henrygab/proxmark3/actions/runs/8962240419/job/24610839606
Install clearly shows sslcrypto version 5.3 installed....
But later step running python script cannot import the module
The script in question starts as follows:
From what I understand, the above
#!/usr/bin/env python3
is the preferred way to load up the current python interpreter. However, I'm not very knowledgable about how this GH Action installs, and have very limited exposure to MacOS.Can you help me understand how your python installation Action "should" work, when the modules the action installs are later expected to be imported in python scripts?
e.g., do you setup and activate a named virtual environment, and if so, why doesn't it apply to the other steps?
The text was updated successfully, but these errors were encountered: