tbeason / FamaFrenchData.jl

Julia package providing access to the Fama-French data available on the Ken French Data Library
Other
9 stars 0 forks source link

ERROR: Unsatisfiable requirements detected for package ZipFile #13

Closed ASaragga closed 4 years ago

ASaragga commented 4 years ago

There is also an unsatisfiable requirements error for ZipFile...


ERROR: Unsatisfiable requirements detected for package ZipFile [a5390f91]:
 ZipFile [a5390f91] log:
 ├─possible versions are: [0.7.0, 0.8.0-0.8.1, 0.8.3-0.8.4, 0.9.0-0.9.1] or uninstalled
 ├─restricted by compatibility requirements with FamaFrenchData [bd2a388e] to versions: 0.9.0-0.9.1
 │ └─FamaFrenchData [bd2a388e] log:
 │   ├─possible versions are: 0.1.0-0.1.1 or uninstalled
 │   ├─restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.1.1
 │   └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.1.1 or uninstalled, leaving only versions: 0.1.1
 │     └─DataFrames [a93c6f00] log:
 │       ├─possible versions are: [0.11.7, 0.12.0, 0.13.0-0.13.1, 0.14.0-0.14.1, 0.15.0-0.15.2, 0.16.0, 0.17.0-0.17.1, 0.18.0-0.18.4, 0.19.0-0.19.4, 0.20.0-0.20.2] or uninstalled
 │       ├─restricted to versions * by DataFrameDBs [5cc002ec], leaving only versions [0.11.7, 0.12.0, 0.13.0-0.13.1, 0.14.0-0.14.1, 0.15.0-0.15.2, 0.16.0, 0.17.0-0.17.1, 0.18.0-0.18.4, 0.19.0-0.19.4, 0.20.0-0.20.2]
 │       │ └─DataFrameDBs [5cc002ec] log:
 │       │   ├─possible versions are: 0.1.0 or uninstalled
 │       │   └─DataFrameDBs [5cc002ec] is fixed to version 0.1.0
 │       └─restricted to versions 0.19.4 by an explicit requirement, leaving only versions 0.19.4
 └─restricted by compatibility requirements with XLSX [fdbf4ff8] to versions: [0.8.0-0.8.1, 0.8.3-0.8.4] — no versions left
   └─XLSX [fdbf4ff8] log:
     ├─possible versions are: [0.4.0-0.4.7, 0.5.0-0.5.8, 0.6.0-0.6.1] or uninstalled
     └─restricted to versions 0.6.1 by an explicit requirement, leaving only versions 0.6.1```
tbeason commented 4 years ago

This was mostly due to XLSX forcing an older version of ZipFile, but it looks like the older version still has the functionality that I need here. This should work now. Thanks for filing issues!

tbeason commented 4 years ago

:crossed_fingers: should work now