Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: SSL issues #1049

Closed
jacob-riverpoint opened this issue Jul 30, 2024 · 3 comments
Closed

bug: SSL issues #1049

jacob-riverpoint opened this issue Jul 30, 2024 · 3 comments

Comments

@jacob-riverpoint
Copy link

Describe the bug

I am working on an M3 mac. New mac, didn't adjust the settings.
When I run the command

openllm repo update
I have the following issue :

RepresenterError: ('cannot represent an object',
GitProtocolError("HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url:
/bentoml/openllm-models/info/refs?service=git-upload-pack (Caused by
SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:
unable to get local issuer certificate (_ssl.c:1006)')))"))

To reproduce

No response

Logs

No response

Environment

Environment variable

BENTOML_DEBUG=''
BENTOML_QUIET=''
BENTOML_BUNDLE_LOCAL_BUILD=''
BENTOML_DO_NOT_TRACK=''
BENTOML_CONFIG=''
BENTOML_CONFIG_OPTIONS=''
BENTOML_PORT=''
BENTOML_HOST=''
BENTOML_API_WORKERS=''

System information

bentoml: 1.3.0
python: 3.11.6
platform: macOS-14.2-arm64-arm-64bit
uid_gid: 501:20

pip_packages
aiohttp==3.9.5
aiosignal==1.3.1
aiosqlite==0.20.0
annotated-types==0.7.0
anyio==4.4.0
appdirs==1.4.4
asgiref==3.8.1
attrs==23.2.0
bentoml==1.3.0
cattrs==23.1.2
certifi==2024.7.4
circus==0.18.0
click==8.1.7
click-option-group==0.5.6
cloudpickle==3.0.0
deepmerge==1.1.1
deprecated==1.2.14
distro==1.9.0
dulwich==0.22.1
frozenlist==1.4.1
fs==2.4.16
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
httpx-ws==0.6.0
idna==3.7
importlib-metadata==6.11.0
inflection==0.5.1
inquirerpy==0.3.4
jinja2==3.1.4
markdown-it-py==3.0.0
markupsafe==2.1.5
mdurl==0.1.2
multidict==6.0.5
numpy==2.0.1
nvidia-ml-py==11.525.150
openai==1.35.12
openllm==0.6.5
opentelemetry-api==1.20.0
opentelemetry-instrumentation==0.41b0
opentelemetry-instrumentation-aiohttp-client==0.41b0
opentelemetry-instrumentation-asgi==0.41b0
opentelemetry-sdk==1.20.0
opentelemetry-semantic-conventions==0.41b0
opentelemetry-util-http==0.41b0
packaging==24.1
pathlib==1.0.1
pathspec==0.12.1
pfzy==0.3.4
pip==24.2
pip-requirements-parser==32.0.1
prometheus-client==0.20.0
prompt-toolkit==3.0.36
psutil==6.0.0
pyaml==24.7.0
pydantic==2.8.2
pydantic-core==2.20.1
pygments==2.18.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-multipart==0.0.9
pyyaml==6.0.1
pyzmq==26.0.3
questionary==2.0.1
rich==13.7.1
schema==0.7.7
setuptools==65.5.0
shellingham==1.5.4
simple-di==0.1.5
six==1.16.0
sniffio==1.3.1
starlette==0.38.2
tabulate==0.9.0
tomli-w==1.0.0
tornado==6.4.1
tqdm==4.66.4
typer==0.12.3
typing-extensions==4.12.2
urllib3==2.2.2
uv==0.2.30
uvicorn==0.30.3
watchfiles==0.22.0
wcwidth==0.2.13
wrapt==1.16.0
wsproto==1.2.0
yarl==1.9.4
zipp==3.19.2

System information (Optional)

M3 Macbook Pro

@AdamNormanJenkins
Copy link

Same on Intel MacBook Pro running Sonoma 14.5 (23F79)

@bojiang
Copy link
Member

bojiang commented Aug 1, 2024

Got. Thanks for reporting.

@bojiang
Copy link
Member

bojiang commented Aug 1, 2024

Just released a patch 0.6.6. If you have git installed on your system, it will use git command instead of dulwich to update repos. @AdamNormanJenkins

@bojiang bojiang closed this as completed Aug 1, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants