fable-compiler / Fable.Python

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

dotnet add package Fable.Python fails #90

Closed garyrob closed 11 months ago

garyrob commented 1 year ago

When I do dotnet add package Fable.Python I get the following failing output. I'm pretty new to the .NET ecosystem so I really have no idea what to do about it, and googling did not help.

dotnet add package Fable.Python
  Determining projects to restore...
  Writing /var/folders/f8/kd5g0f9x1ss7l56mxhrs8sr40000gn/T/tmp5XkKeK.tmp
info : X.509 certificate chain validation will use the fallback certificate bundle at '/usr/local/share/dotnet/sdk/6.0.408/trustedroots/codesignctl.pem'.
info : Adding PackageReference for package 'Fable.Python' into project '/Users/garyrob/Source/test/f#/test1/src/App.fsproj'.
info :   CACHE https://api.nuget.org/v3/registration5-gz-semver2/fable.python/index.json
info : Restoring packages for /Users/garyrob/Source/test/f#/test1/src/App.fsproj...
error: NU1202: Package Fable.Python 4.1.3 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Fable.Python 4.1.3 supports: net6.0 (.NETCoreApp,Version=v6.0)
error: Package 'Fable.Python' is incompatible with 'all' frameworks in project '/Users/garyrob/Source/test/f#/test1/src/App.fsproj'.

Any advice would be appreciated.

dbrattli commented 1 year ago

Thanks for reporting. I'll look into this. Something must have gone wrong with the publishing of the latest package