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
Using python 3.13 installed via pip with --break-system-packages on mac.
Also tried with venv activated installation successful praisonai command not found.
python3 -m praisonai also resulted no module named found.
The text was updated successfully, but these errors were encountered:
praisonai must be at virtual env / bin folder but is not
praison was installed but no entry point was created: "If not, the package may not be configured to install a console script.
"
entry_points={
'console_scripts': [
'praisonai = praisonai.module:main_function',
],
},
EDIT1:
Does not work using the No Code Version. It work using the code version. (for me)
Using python 3.13 installed via pip with --break-system-packages on mac.
Also tried with venv activated installation successful praisonai command not found.
python3 -m praisonai also resulted no module named found.
The text was updated successfully, but these errors were encountered: