Hi,
I’m writing a simple app with a code snippet.
All 0.60.1 up to date
-
once deployed, the snippet cause error due to hermes_python not installed.
After sudo pip install fermes_python, all works, but then I guess every new user adding this app in his console won’t be able to use it … As apart for github we can’t set a requirement.txt. I use only standard python librairies, but no, snips doesn’t install its own hermes_python library, so it won’t work out of the box. -
I have some end_users parameters in the app, that I read inside my snippet. All works nice, but why the hell each time I do an update-assistant, it ask me for these value for each parameter ? Should I put them in global to not have this behavior ? I know my parameters are correct in my console, I didn’t ask anywhere to ask for them, so why the … ??
-
my app name have accents into, so I guess this why I got:
Generating virtual environment for kiboostTest.Météo_fr done
Error setting up virtualenv, one or more actions might not be able to run. Reason :
Traceback (most recent call last):
File “”, line 1, in
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xc3 in position 35: ordinal not in range(128)
setup.sh: 18: .: Can’t open venv/bin/activate
I know this is never a good idea to put accents, but as this is the public name of the app, taken into files naming, I guess it should handle this.
Seems one more app I won’t publish …