library(rhdf5)
Error in value[[3L]](cond) : Package 'rhdf5' version 2.36.0 cannot be unloaded:Error in unloadNamespace(package) : namespace 'rhdf5' is imported by 'HDF5Array', 'MOFA2' so cannot be unloaded
This is caused by importing packages from two places
Solution:
unloadNamespace('MOFA2')
unloadNamespace('HDF5Array')
library(rhdf5)
success
Read More:
- An error was reported when Maven package was running the packaged jar package: there is no main list attribute in xxx.jar, which can be solved by configuring Maven plugin
- How to Solve brew ERROR in `initialize‘: Version value must be a string; got a NilClass ()
- [Solved] OpenCV ERROR: The minSdk version should not be declared in the android manifest file
- [Solved] Unity Error: Visual Studio Editor Package version 2.0.11 is available……..
- laravel Error mews/captcha is locked to version 3.2.4 and an update of this package was not requested.
- .NETproject compilation error. Type or namespace name could not be found. Visual studio automatically introduces dependency package (shortcut key)
- [Solved] Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(i, c(lib.loc, .libPaths()), v
- [Solved] Elasticsearch error: cannot downgrade a node from version [7.xx.x] to version [7.xx.x]
- [Solved] Cmake compile opencv open-source project Error: but it set OpenCV_FOUND to FALSE so package “OpenCV” is considered to be…
- [Solved] latex Import ntheorem Package Error: Package ntheorem Error: Theorem style plain already defined.
- [Solved] Android Studio Error: The binary version of its metadata is 1.5.1, expected version is 1.1.15.
- [Solved] R Install XML package error: configuration failed for package ‘XML’
- [Solved] swiper Error: The requested module ‘react’ is expected to be of type CommonJS, which does not support named exports. CommonJS modules can be imported by importing the default export
- [Go] Solve can’t load package: cannot find module providing package github.com/xxxxx
- [Solved] The version of springcloud must support the current version of springboot, otherwise the startup project will report an error: error starting ApplicationContext
- Android studio version 3.0 import version 2.2.2 error Error:This Gradle plugin requires Studio 3.0 minimum
- GoLand import the local package Error [How to Solve]
- [Solved] cannot find package “go.opentelemetry.io/otel/api/trace“ in any of
- [Solved] Sparksql error: Exception in thread “main” org.apache.spark.sql.catalyst.errors.package$TreeNodeException
- Chart.js Error: “Canvas is already in use. Chart …must be destroyed before the canvas can be reused”