You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
If you create a new
Project.toml
andManifest.toml
in an empty folder, and just add DataFrames and PrettyTables, the version of DataFrames that get installed is very old:I don't know if is an issue of DataFrames or PrettyTables.
My julia version is:
The text was updated successfully, but these errors were encountered: