travelmail26
@travelmail26
I'd like to host an app on replit. It's a chatbot called Rasa. I tried installing the package and got an error. Part of the message read:
"a possible
RayhanADev I'm not too familiar with python, but maybe try replacing your pyproject.toml field's python value with the >=3.8,<3.92 years ago
How do we get the file path of a secret variable? I need to execute a command with a secret key in the shell.
Python
Coder100 its not in any 'path'. Replit detects your environment variables and defines them when you run them. When you are opening up the shell, or after the program exits, replit won't do that process automatically.2 years ago
I'm having difficulty logging into my amazon web services account through SSH. I originally tried to access the account as I normally do on my local m
Python
RayhanADev To the extent of my knowledge you cannot SSH from or into a Repl. There is a feedback post requesting it and the team replied back saying they'll look into it so keep your fingers crossed!2 years ago
I'm trying to install a python package for RASA, but i encounter an error
"Because no versions of rasa match >1.10.3,=3.6,<3.8, rasa is forbidden.
So
ash15khng You can't downgrade to older versions on repl.it, I think the only one you can do is Python 2. So there might not be a way to fix this?3 years ago
CodeLongAndPros You can -try- to run install-pkg python3.7 && python3.7 -m pip install rasa3 years ago
I'm getting a error when running google python packages, which doesn't occur on my local machine
"Descriptors should not be created directly, but onl
Python
I'm getting an error when i use a google cloud package. The code runs fine on my location machine, but not replit
"Descriptors should not be created
Python