Open CXBoyy opened 1 week ago
This is a compatibility issue, which appears in 1.11. Works as expected in 1.10.6 (lts)
I am having the same issue. I set up a new environment and ran add FundamentalsNumericalComputation as suggested at
https://github.com/fncbook/FundamentalsNumericalComputation.jl
I received the following warning:
┌ Warning: exception during initialization: 'KeyError(MatrixDepot)' │ └ @ MatrixDepot ~/.julia/packages/MatrixDepot/4S7Oa/src/MatrixDepot.jl:125
I am running 1.11. Attached is the output for add FundamentalsNumericalComputation FNC_installation.txt
You can (for the moment) ignore the warning; it is just not possible to write a cache of the internal database. Maybe it is necessary to remove the file MatrixDepot.dbpath(MatrixDepot.MATRIX_DB)
before the next run.
Okay. Thanks. My plan was to maybe let just let it be. It is not like I need it straight away.
This is a compatibility issue, which appears in 1.11. Works as expected in 1.10.6 (lts)
Okay, will use Julia 1.10.6 in the mean time then. Will there be a fix for this issue for Julia 1.11 in the future? @KlausC
Will there be a fix for this issue for Julia 1.11 in the future?
I am working on it.
When initializing MatrixDepot, there are two errors appearing. I have tried removing and adding the package again without any success.
When running
test MatrixDepot
I get the following output:Is this a bug or am I doing something wrong?