fable-compiler / Fable.Python

Python bindings for Fable
https://fable.io/docs/
MIT License
135 stars 10 forks source link

PyPI fable_library out-of-date? #87

Closed thautwarm closed 1 year ago

thautwarm commented 1 year ago

Hello! I'd like to try Fable.Python again as it very much fits my current use case.

When I tried importing fable_library from PyPI (so that different projects can use the same fable_library and data types can shared), the latest Fable.Python gave me this error:

ImportError: cannot import name 'int64' from 'fable_library.types' (...\Miniforge\lib\site-packages\fable_library\types.py)

int64 is defined in the latest fable_library: https://github.com/fable-compiler/Fable/tree/main/src/fable-library-py, should we create a latest PyPI release for fable_library?

dbrattli commented 1 year ago

@thautwarm I have updated the library. Please try again.