clothes-virtual-try-on
clothes-virtual-try-on copied to clipboard
No output with new result
It's always showing error. How to fix it
I got the same error. Can anyone solve it please?
2024-04-16 03:06:55 (108 MB/s) - ‘Miniconda3-4.5.4-Linux-x86_64.sh’ saved [58468498/58468498]
Python 3.6.5 :: Anaconda, Inc.
>>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
$ /usr/local/bin/conda install --channel defaults conda python=3.8 --yes
environment variables:
CIO_TEST=
active environment : None
user config file : /root/.condarc
populated config files : conda version : 4.5.4 conda-build version : not installed python version : 3.6.5.final.0 base environment : /usr/local (writable) channel URLs : https://repo.anaconda.com/pkgs/main/linux-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/free/linux-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/linux-64 https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/pro/linux-64 https://repo.anaconda.com/pkgs/pro/noarch package cache : /usr/local/pkgs /root/.conda/pkgs envs directories : /usr/local/envs /root/.conda/envs platform : linux-64 user-agent : conda/4.5.4 requests/2.18.4 CPython/3.6.5 Linux/6.1.58+ ubuntu/22.04 glibc/2.35 UID:GID : 0:0 netrc file : None offline mode : False
V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/noarch/repodata.json.bz2 Elapsed: -
An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com/ blocked, please file a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/main/noarch/repodata.json.bz2 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),))',),)
A reportable application error has occurred. Conda has prepared the above report. Upload did not complete.
>>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
$ /usr/local/bin/conda update --channel defaults --all --yes
environment variables:
CIO_TEST=
active environment : None
user config file : /root/.condarc
populated config files : conda version : 4.5.4 conda-build version : not installed python version : 3.6.5.final.0 base environment : /usr/local (writable) channel URLs : https://repo.anaconda.com/pkgs/main/linux-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/free/linux-64 https://repo.anaconda.com/pkgs/free/noarch https://repo.anaconda.com/pkgs/r/linux-64 https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/pro/linux-64 https://repo.anaconda.com/pkgs/pro/noarch package cache : /usr/local/pkgs /root/.conda/pkgs envs directories : /usr/local/envs /root/.conda/envs platform : linux-64 user-agent : conda/4.5.4 requests/2.18.4 CPython/3.6.5 Linux/6.1.58+ ubuntu/22.04 glibc/2.35 UID:GID : 0:0 netrc file : None offline mode : False
V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/pro/noarch/repodata.json.bz2 Elapsed: -
An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com/ blocked, please file a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/pro/noarch/repodata.json.bz2 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),))',),)
A reportable application error has occurred. Conda has prepared the above report. Upload did not complete.
CalledProcessError Traceback (most recent call last)
4 frames
/usr/local/lib/python3.10/dist-packages/IPython/core/magics/script.py in shebang(self, line, cell) 243 sys.stderr.flush() 244 if args.raise_error and p.returncode!=0: --> 245 raise CalledProcessError(p.returncode, cell, output=out, stderr=err) 246 247 def _run_script(self, p, cell, to_close):
CalledProcessError: Command 'b'MINICONDA_INSTALLER_SCRIPT=Miniconda3-4.5.4-Linux-x86_64.sh\nMINICONDA_PREFIX=/usr/local\nwget https://repo.continuum.io/miniconda/$MINICONDA_INSTALLER_SCRIPT\nchmod +x $MINICONDA_INSTALLER_SCRIPT\n./$MINICONDA_INSTALLER_SCRIPT -b -f -p $MINICONDA_PREFIX\nconda install --channel defaults conda python=3.8 --yes\nconda update --channel defaults --all --yes\n'' returned non-zero exit status 1.
HELP ME ! Two months before it worked superly but it showing error pls solve and update asap
I got the same error. Can anyone solve it please?
have u rectified it ?
It worked for me by upgrading numpy Library.
pip install --upgrade numpy
After upgrading numpy, it is working fine in the colab cell only. When I open gradio server on new tab, the same error occurred. I hope this helps 👍
On Tue, 16 Apr 2024, 08:42 punithan328, @.***> wrote:
I got the same error. Can anyone solve it please?
have u rectified it ?
— Reply to this email directly, view it on GitHub https://github.com/SwayamInSync/clothes-virtual-try-on/issues/33#issuecomment-2058152698, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3OYIP24WFV4DIKJG5HG3DDY5SJIHAVCNFSM6AAAAABDN6A3RSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJYGE2TENRZHA . You are receiving this because you commented.Message ID: @.***>
Thanks for sharing❤️. I will try ...
Where should I want to add the snippet exactly ?
pip install --upgrade numpy
It worked for me by upgrading numpy Library.
pip install --upgrade numpy
After upgrading numpy, it is working fine in the colab cell only. When I open gradio server on new tab, the same error occurred. I hope this helps 👍 … On Tue, 16 Apr 2024, 08:42 punithan328, @.> wrote: I got the same error. Can anyone solve it please? have u rectified it ? — Reply to this email directly, view it on GitHub <#33 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3OYIP24WFV4DIKJG5HG3DDY5SJIHAVCNFSM6AAAAABDN6A3RSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJYGE2TENRZHA . You are receiving this because you commented.Message ID: @.>
It worked for me by upgrading numpy Library.
pip install --upgrade numpy
After upgrading numpy, it is working fine in the colab cell only. When I open gradio server on new tab, the same error occurred. I hope this helps 👍 … On Tue, 16 Apr 2024, 08:42 punithan328, @.> wrote: I got the same error. Can anyone solve it please? have u rectified it ? — Reply to this email directly, view it on GitHub <#33 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3OYIP24WFV4DIKJG5HG3DDY5SJIHAVCNFSM6AAAAABDN6A3RSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJYGE2TENRZHA . You are receiving this because you commented.Message ID: @.>
Sir It's not working for me If you could me It will be very helpful I'm an urgent even its working in the snippet is fine i want to show the output HELP !!!🙏
working on the issue @punithan328. We will let you know soon.
while working on it i found out there is wrong with environment setup and python
conda install --channel defaults conda python=3.8 --yes conda update --channel defaults --all --yes
we will work on it and fix it as soon as possible. Thanks for letting us know it.
while working on it i found out there is wrong with environment setup and python
conda install --channel defaults conda python=3.8 --yes conda update --channel defaults --all --yes
we will work on it and fix it as soon as possible. Thanks for letting us know it.
Thanks for putting your effort and working on it.
Is that working for you sir ?
On Tue, 16 Apr 2024, 1:49 pm Sumit Sah, @.***> wrote:
while working on it i found out there is wrong with environment setup and python conda install --channel defaults conda python=3.8 --yes conda update --channel defaults --all --yes
we will work on it and fix it as soon as possible. Thanks for letting us know it.
— Reply to this email directly, view it on GitHub https://github.com/SwayamInSync/clothes-virtual-try-on/issues/33#issuecomment-2058513921, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6OC57NYOIOUYLW6PMGXZMLY5TNJNAVCNFSM6AAAAABDN6A3RSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJYGUYTGOJSGE . You are receiving this because you were mentioned.Message ID: @.***>
@sumit-jr @punithan328 i am getting same error again....
@sumit-jr What to do? I'm getting this error saying
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/gradio/routes.py", line 517, in predict
output = await route_utils.call_process_api(
File "/usr/local/lib/python3.10/dist-packages/gradio/route_utils.py", line 216, in call_process_api
output = await app.get_blocks().process_api(
File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 1555, in process_api
result = await self.call_function(
File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 1193, in call_function
prediction = await anyio.to_thread.run_sync(
File "/usr/local/lib/python3.10/dist-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/usr/local/lib/python3.10/dist-packages/gradio/utils.py", line 654, in wrapper
response = f(*args, **kwargs)
File "
@paraskamble pip install -U numpy
did u manage to fix above error @paraskamble i.e. environment setup and python
conda` install --channel defaults conda python=3.8 --yes
conda update --channel defaults --all --yes