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

i can't install it #53

Open
qq020608 opened this issue Aug 19, 2023 · 1 comment
Open

i can't install it #53

qq020608 opened this issue Aug 19, 2023 · 1 comment

Comments

@qq020608
Copy link

qq020608 commented Aug 19, 2023

i can't install it , can you help me ?

without docker :

root@localhost:~/market-data-notification# poetry install
The currently activated Python version 3.9.2 is not supported by the project (>=3.10.0,<3.11.0).
Trying to find and use a compatible version.
Using python3 (3.10.12)
Installing dependencies from lock file

Package operations: 1 install, 0 updates, 0 removals

  • Installing market-data-library (0.1.0 078487d): Failed

  HangupException

  The remote server unexpectedly closed the connection.

  at ~/.local/share/pypoetry/venv/lib/python3.9/site-packages/dulwich/protocol.py:215 in read_pkt_line
      211│
      212│         try:
      213│             sizestr = read(4)
      214│             if not sizestr:
    → 215│                 raise HangupException()
      216│             size = int(sizestr, 16)
      217│             if size == 0:
      218│                 if self.report_activity:
      219│                     self.report_activity(4, "read")

The following error occurred when trying to handle this error:


  HangupException

  [email protected]: Permission denied (publickey).

  at ~/.local/share/pypoetry/venv/lib/python3.9/site-packages/dulwich/client.py:1102 in fetch_pack
      1098│         with proto:
      1099│             try:
      1100│                 refs, server_capabilities = read_pkt_refs(proto.read_pkt_seq())
      1101│             except HangupException as exc:
    → 1102│                 raise _remote_error_from_stderr(stderr) from exc
      1103│             (
      1104│                 negotiated_capabilities,
      1105│                 symrefs,
      1106│                 agent,

with docker :


root@localhost:~/market-data-notification# docker-compose up -d
[+] Building 0.0s (0/0)                                             docker:default
WARN[0000] secrets `uid`, `gid` and `mode` are not supported by BuildKit, they will be ignored
failed to stat /root/market-data-notification/secret/id_rsa: stat /root/market-data-notification/secret/id_rsa: no such file or directory
root@localhost:~/market-data-notification#
@qq020608 qq020608 changed the title i can't install i can't install it Aug 19, 2023
@hanchiang
Copy link
Owner

hanchiang commented Aug 31, 2023

Hi, this is because python is trying to install market_data_library, which is currently not public.

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

2 participants