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
In the showme class, you're using pip3 install in the INSTALL_COMMANDS but running python SMWYG.py without specifying the Python version. Since you're installing dependencies with pip3, it's better to consistently use python3 throughout.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the showme class, you're using pip3 install in the INSTALL_COMMANDS but running python SMWYG.py without specifying the Python version. Since you're installing dependencies with pip3, it's better to consistently use python3 throughout.
The text was updated successfully, but these errors were encountered: