Skip to content

Trying to intsall and login #4319

@ozmix

Description

@ozmix

Hi am trying to install and login to my huggingface via CMD of course, however it will not let me

I decided to start fresh and make a new key, believing that would solve the issue when it did not

I followed the steps here and cannot seem to get past this point

please help its getting really annoying now

Installed 2 packages in 345ms

  • hf-xet==1.5.0
  • huggingface-hub==1.18.0

(venv) F:\AI Apps\ComfyUI2>python -c "import huggingface_hub; print(huggingface_hub.version)"
1.18.0

(venv) F:\AI Apps\ComfyUI2>python -c "from huggingface_hub import hf_hub_download; print(hf_hub_download(repo_id='tiiuae/falcon-7b-instruct', filename='config.json'))"
Traceback (most recent call last):
File "F:\AI Apps\ComfyUI2\venv\lib\site-packages\huggingface_hub\file_download.py", line 1722, in _get_metadata_or_catch_error
raise FileMetadataError(
huggingface_hub.errors.FileMetadataError: Distant resource does not seem to be on huggingface.co. It is possible that a configuration issue prevents you from downloading resources from https://huggingface.co. Please check your firewall and proxy settings and make sure your SSL certificates are updated.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "", line 1, in
File "F:\AI Apps\ComfyUI2\venv\lib\site-packages\huggingface_hub\utils_validators.py", line 88, in _inner_fn
return fn(*args, **kwargs)
File "F:\AI Apps\ComfyUI2\venv\lib\site-packages\huggingface_hub\file_download.py", line 1019, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File "F:\AI Apps\ComfyUI2\venv\lib\site-packages\huggingface_hub\file_download.py", line 1170, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "F:\AI Apps\ComfyUI2\venv\lib\site-packages\huggingface_hub\file_download.py", line 1811, in _raise_on_head_call_error
raise LocalEntryNotFoundError(
huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions