basetenlabs / truss-examples

Examples of models deployable with Truss
https://trussml.com
MIT License
103 stars 24 forks source link

truss push faulty on windows? #301

Open TidorP opened 1 month ago

TidorP commented 1 month ago

ERROR (<class 'NotImplementedError'>: cannot instantiate 'PosixPath' on your system

^ this is probably because truss expects posix systems like macos, linux. Needs WindowsPath.

maxIrvine commented 1 month ago

@TidorP Also having the same issue. Did you find a workaround?

TidorP commented 1 month ago

@maxIrvine no, so what I ended up doing is deploying through a macOS (I had a macbook with me too). Then the request can be done through any machine including (cuz it's just a request to the deployed model). But yeah unfortunately it seems you need an ubuntu or mac machine to push the model. Afterwards, you can access it anywhere.

squidarth commented 4 weeks ago

Hey, sorry folks, will look into this