Skip to content

pip install is installing version 0.16.0 #581

@SplitStakeValidator

Description

@SplitStakeValidator

Hello,

I am attempting to leverage this library in an AWS lambda environment. To do so, I need to install the library using pip install --platform manylinux2014_x86_64 --python-version 3.12 --only-binary=:all: --target .\python solana.

When doing this, the version 0.16.0 is installed, as seen below.

Image

If I attempt to pin the install to the most recent version using pip install --platform manylinux2014_x86_64 --python-version 3.12 --only-binary=:all: --target .\python "solana==0.36.9" there is an error with the construct library versioning, as seen below.

Image

I am looking for help to get around this problem.

To recreate:

  • Create new folder and create python venv with python -m venv venv
  • Activate venv
  • pip install --platform manylinux2014_x86_64 --python-version 3.12 --only-binary=:all: --target .\python solders
  • pip install --platform manylinux2014_x86_64 --python-version 3.12 --only-binary=:all: --target .\python solana
  • See that installed version is 0.16.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions