-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Description
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.
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.
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 solderspip 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
Labels
No labels