Giter VIP home page Giter VIP logo

Comments (1)

szymon-kuklewicz avatar szymon-kuklewicz commented on May 18, 2024 1

Hi Ben

Thank you for your kind words about Neptune.

I've been checking your issue and found out that despite the fact that you provided some content to the StringIO, Neptune could read only empty content. Traceback is related to the issue of wrong handling empty StringIO and we've just publish a fix release 0.4.127. It should be available to download very soon.

More interesting for you will be fixing the stream, so Neptune will be able to read it's content. In this fix I also updated the docs for log_artifact method(). According to the docs, when you write to some stream like StringIO, it's position is set to the end of the steam. When you now call read() on this stream, you won't get any content. You need to rewind the stream to the beginning (by calling seek(0) for example), so anyone (and Neptune) can read it.

Hope it will resolve your issue. Good luck with Neptune.

Kind regards,
Szymon

from neptune-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.