Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version incompatibility with PrettyTables.jl #3188

Closed
Ezequiel92 opened this issue Sep 30, 2022 · 1 comment
Closed

Version incompatibility with PrettyTables.jl #3188

Ezequiel92 opened this issue Sep 30, 2022 · 1 comment

Comments

@Ezequiel92
Copy link

If you create a new Project.toml and Manifest.toml in an empty folder, and just add DataFrames and PrettyTables, the version of DataFrames that get installed is very old:

(test) pkg> add DataFrames, PrettyTables
    Updating registry at `~/.julia/registries/General.toml`
   Resolving package versions...
    Updating `~/test/Project.toml`
⌃ [a93c6f00] + DataFrames v0.21.8
  [08abe8d2] + PrettyTables v2.1.2

I don't know if is an issue of DataFrames or PrettyTables.

My julia version is:

julia> versioninfo()
Julia Version 1.8.1
Commit afb6c60d69 (2022-09-06 15:09 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
Environment:
  JULIA_EDITOR = code
@bkamins
Copy link
Member

bkamins commented Sep 30, 2022

This is an issue that DataFrames.jl 1.3 is compatible with PrettyTables.jl 1.x.

The DataFrames.jl 1.4 release (which will be soon) supports PrettyTables.jl 2.x.

So currently you cannot have both DataFrames.jl 1.3 and PrettyTables.jl 2.1.2 (this will change in a week most likely after the release). You need to choose which of the packages you want in the latest version.

@bkamins bkamins closed this as completed Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants