ExcelReaders issue never happened before

Hi,

I have used ExcelReaders.jl for a while without any problem. Few days ago it started showing the error “key open_workbook not found”. I have always read files using readxlsheet(“data.xls”,“Sheet1”)

It’s very hard to help you with so little information to go on. In particular, please at the very least include the complete error message, and perhaps also take a look at Please read: make it easier to help you

2 Likes

Thank you. Here is what I do.

using ExcelReaders 
readxlsheet("data.xls","Sheet1")

And this is the error

key "open_workbook" not found

Could post the versions of the packages you are using? And maybe try to update all packages once?

Updated all packages and still have the same issue. Here is the list of packages and versions

  [c52e3926] Atom v0.8.5
  [336ed68f] CSV v0.4.3
  [49dc2e85] Calculus v0.4.1
  [a93c6f00] DataFrames v0.18.1
  [31c24e10] Distributions v0.19.2
  [89b67f3b] ExcelFiles v0.9.1
  [c04bee98] ExcelReaders v0.11.0
  [442a2c76] FastGaussQuadrature v0.3.3
  [5789e2e9] FileIO v1.0.6
  [7073ff75] IJulia v1.18.1
  [a98d9a8b] Interpolations v0.11.2
  [e5e0dc1b] Juno v0.7.0
  [b964fa9f] LaTeXStrings v1.0.3
  [2774e3e8] NLsolve v4.0.0
  [91a5bcdd] Plots v0.24.0
  [438e738f] PyCall v1.91.2
  [d330b81b] PyPlot v2.8.1
  [ce6b1742] RDatasets v0.6.1
  [f2b01f46] Roots v0.8.1
  [2913bbd2] StatsBase v0.30.0
  [61d0e4fa] Taro v0.7.0
  [fdbf4ff8] XLSX v0.4.7
  [37e2e46d] LinearAlgebra 
  [9a3f8284] Random 
  [10745b16] Statistics 

Hm, not sure what is going on… I suspect something is broken with the underlying Python installation, but not sure how to diagnose or fix that…