llama icon indicating copy to clipboard operation
llama copied to clipboard

__init__.py", line 2685

Open bennmann opened this issue 2 years ago • 0 comments
trafficstars

~/llama$ pip3 install -e .

__init__.py", line 2685, in parsed_version
        raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
    pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '1.1build1' (package: distro-info)

i have all dependencies installed. 12400F CPU, 32GB ram, CUDA enabled device (via AMD ROCM - i can run other transformer models with CUDA equivalency)

anyone seen anything like this before? why my version number so borked and what do i change? i have attempted to pip install all the requirements with --upgrade flag to force reinstall, cannot get past this error on compile. thanks for any help.

bennmann avatar Mar 12 '23 17:03 bennmann