marxerc
Results
2
comments of
marxerc
I ran into the same problem but could solve it by temporarily adding the environment variable PYTHONUTF8=1.
I could resolve the issue by putting the download link in quotation marks. The special characters in the link probably causes problems for wget. Example: ```shell wget 'https://msralaphilly2.blob.core.windows.net/release/BioGPT/checkpoints/Pre-trained-BioGPT.tgz?sp=r&st=2023-11-13T15:37:35Z&se=2099-12-30T23:37:35Z&spr=https&sv=2022-11-02&sr=b&sig=3CcG1TOhqJPBhkVutvVn3PtUq0vPyLBgwggUfojypfY%3D' ```