Code Monkey home page Code Monkey logo

Comments (4)

erickb avatar erickb commented on July 19, 2024

Hello, this is blocking me and colleagues from running a program that relies on CSV files and is important to our work. Is there a version of CSV that I should revert to that does not conflict with Parsers?

Also, if the problem is not replicable that would be good to know. Our team has tried to look for conflicts with other packages but so far it seems to be solely a problem with CSV's use of Parsers.

Thank you.

from csv.jl.

quinnj avatar quinnj commented on July 19, 2024

One thing I know has happened to people in the past is somehow their editor tooling is loading, for example, the JSON package which also depends on Parsers and a certain version gets loaded. Then when CSV loads, it's the wrong version compat-wise and you get an error like you're showing. If you're on Julia 1.9, can you show the output of pkgversion(Parsers) and pkgversion(CSV)? We can also do some additional investigating, but it seems like something is out of sync from the recent groupmark support in both Parsers and CSV, so perhaps @LilithHafner may also have an idea of what's going on.

from csv.jl.

erickb avatar erickb commented on July 19, 2024

Thanks very much @quinnj. I'm on Julia 1.7, so I used Pkg.status() and get v2.7.1 for Parsers and v0.10.11 for CSV.

from csv.jl.

erickb avatar erickb commented on July 19, 2024

Thanks again for the tip @quinnj: I may have found the culprit. I'll close and reopen if this doesn't solve it.

from csv.jl.

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.