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

Support for windows - marvin version command throws certificate error #943

Open
3 tasks done
kishankarun opened this issue Jun 27, 2024 · 0 comments
Open
3 tasks done
Labels
bug Something isn't working

Comments

@kishankarun
Copy link

First check

  • I added a descriptive title to this issue.
  • I used the GitHub search to try to find a similar issue and didn't find one.
  • I searched the Marvin documentation for this issue.

Bug summary

marvin version or marvin --version gives certificate error.

Is there a dependency on having openapi key for checking marvin version?

Reproduction

In windows 11, after installing marvin using `pip install marvin`, 

trying out `marvin version` or `marvin --version` gives the below error

......
\.pyenv\pyenv-win\versions\3.11.6\Lib\site-packages\requests\adapters.py", line 517, in send
    raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /encodings/o200k_base.tiktoken (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)')))

Error

No response

Versions

marvin==2.3.5

(trying out `marvin version` or `marvin --version` gives the error)

Additional context

No response

@kishankarun kishankarun added the bug Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant