Trying to clone the space

#8
by myselfiefun - opened

When we try to clone the space for research purposes, we are getting the following error. Do we miss something?

/usr/local/lib/python3.10/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter your token (input will not be visible): Traceback (most recent call last):
File "/usr/local/lib/python3.10/getpass.py", line 69, in unix_getpass
old = termios.tcgetattr(fd) # a copy to save
termios.error: (25, 'Inappropriate ioctl for device')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/user/app/app.py", line 366, in
huggingface_hub.login(os.getenv('PRIVATE_HF_TOKEN'))
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f
return f(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 31, in inner_f
return f(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_login.py", line 130, in login
interpreter_login(new_session=new_session)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f
return f(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 31, in inner_f
return f(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_login.py", line 287, in interpreter_login
token = getpass("Enter your token (input will not be visible): ")
File "/usr/local/lib/python3.10/getpass.py", line 91, in unix_getpass
passwd = fallback_getpass(prompt, stream)
File "/usr/local/lib/python3.10/getpass.py", line 126, in fallback_getpass
return _raw_input(prompt, stream)
File "/usr/local/lib/python3.10/getpass.py", line 148, in _raw_input
raise EOFError
EOFError

myselfiefun changed discussion status to closed

Sign up or log in to comment