Skip to content

Commit

Permalink
chore: clarifying a bit the version problems (#892)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Stoian <andrei.stoian@zama.ai>
  • Loading branch information
bcm-at-zama and andrei-stoian-zama authored Oct 28, 2024
1 parent ed01d68 commit 6000b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/concrete/ml/deployment/fhe_client_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ def check_concrete_versions(zip_path: Path):
f"{sys.version_info.major}.{sys.version_info.minor}"
): # pragma: no cover
raise ValueError(
"Not the same Python version between the compiler and the server."
"Not the same Python version between the zip file "
"({zip_path}) and the current machine: "
f"{versions['python']} != {sys.version_info.major}.{sys.version_info.minor}"
)

Expand Down

0 comments on commit 6000b4c

Please sign in to comment.