You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed an inconsistency between the cairo-lang library on PyPI and the GitHub repository. Specifically, the folder starknet/os/data_availability is available in this repository but missing from the package on PyPI.
Issue Details:
Expected Behavior: The PyPI package should include all necessary directories, such as starknet/os/data_availability, to allow necessary imports.
Observed Behavior: The cairo-vm repository, which relies on the PyPI version, cannot import certain functions from os/data_availability due to its absence in the package.
This issue can also be noted on the latest tag on this repo.
The text was updated successfully, but these errors were encountered:
whichqua
changed the title
Missing starknet/os/data_availability module in PyPI cairo-lang Package
Missing starknet/os/data_availability module in PyPI cairo-lang package
Nov 5, 2024
Hello
cairo
team,I noticed an inconsistency between the
cairo-lang
library on PyPI and the GitHub repository. Specifically, the folderstarknet/os/data_availability
is available in this repository but missing from the package on PyPI.Issue Details:
Expected Behavior: The PyPI package should include all necessary directories, such as
starknet/os/data_availability
, to allow necessary imports.Observed Behavior: The cairo-vm repository, which relies on the PyPI version, cannot import certain functions from
os/data_availability
due to its absence in the package.This issue can also be noted on the latest tag on this repo.
Files in question:
The text was updated successfully, but these errors were encountered: