Open dmoham1476 opened 3 years ago
Also a JsonDecode error assistance would be appreciated
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback:
File "/Users/csherida/opt/anaconda3/envs/Python_3_7/lib/python3.7/site-packages/streamlit/script_runner.py", line 324, in _run_script
exec(code, module.dict)
File "/Users/csherida/Documents/AI_Class/Paraphrase-Generator-master/Streamlit/paraphrase.py", line 148, in
Could you give me more details as to how the error occurred?
Hi,
I appreciate your time…
In trying to run server.py I get the following error Server % python server.py File "server.py", line 135 paraphrases.append(f"{i + 1}. {line}") ^ SyntaxError: invalid syntax
So the web interface errors out
JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback:
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/streamlit/script_runner.py", line 324, in _run_script
exec(code, module.dict)
File "/Users/csherida/Documents/AI_Class/Paraphrase-Generator-master/Streamlit/paraphrase.py", line 148, in
[cid:B71D6D9F-74F7-4584-850B-CB170FC790D1]
Clarence Sheridan @.**@.>
On Mar 27, 2021, at 1:29 AM, Sai Vamsi Alisetti @.**@.>> wrote:
Could you give me more details as to how the error occurred?
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Vamsi995/Paraphrase-Generator/issues/7#issuecomment-808659534, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOKM7RZTZSJQFMACQEG36H3TFVUKBANCNFSM4WEUTLOA.
Attempted clean PIP install from requirements ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pytorch-lightning 0.9.0 requires tensorboard==2.2.0, but you have tensorboard 2.4.1 which is incompatible.
Please check it now, and do let me know if the error still persists.
Sorry to say I get same error
JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback:
File "/Users/csherida/opt/anaconda3/lib/python3.8/site-packages/streamlit/script_runner.py", line 324, in _run_script
exec(code, module.dict)
File "/Users/csherida/Documents/A_BestSeller/RePhrase/Paraphrase-Generator-master/Streamlit/paraphrase.py", line 148, in
[cid:745D8A6C-D13A-4B4C-93F4-57AEA746F1D1]
Clarence Sheridan @.**@.>
On Apr 14, 2021, at 5:17 AM, Sai Vamsi Alisetti @.**@.>> wrote:
Please check it now, and do let me know if the error still persists.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Vamsi995/Paraphrase-Generator/issues/7#issuecomment-819368834, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOKM7RZNX6WCUIYG2NGZHWDTIVMRNANCNFSM4WEUTLOA.
Hi, I get the same error, any new?
Has anyone seen this
File "/datadrive2/d0m028p/Paraphrase-Generator/Streamlit/paraphrase.py", line 132, in forward data = r.json() File "/home/azurerootadmin/.local/lib/python3.6/site-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/datadrive1/miniconda3/envs/t5/lib/python3.6/json/init.py", line 354, in loads return _default_decoder.decode(s) File "/datadrive1/miniconda3/envs/t5/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/datadrive1/miniconda3/envs/t5/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None