search for: referencemanag

Displaying 5 results from an estimated 5 matches for "referencemanag".

Did you mean: referencemanager
2009 Sep 08
0
RSPython can't find module
...n installation. Now RSPython seems to load up OK, with a couple of warnings: > require(RSPython) Loading required package: RSPython Initialized R-Python interface package. Warning messages: 1: In .PythonInit() : the Python callback manager has been registered implicitly using the defaults (referenceManager())! 2: In getPythonHandler() : the Python callback manager has been registered implicitly using the defaults (referenceManager())! and it works fine for built-in functions: > .Python("range",0,10) sys:1: DeprecationWarning: integer argument expected, got float [1] 0 1 2 3 4 5...
2005 Jan 17
1
problem installing RSPython
Hi, I'm trying to install RSPython v0.5-4 on a debian machine (woody, testing) but am having the following problem. $R CMD INSTALL -c --library=/usr/lib/R/library RSPython_0.5-4.tar.gz 2>err But then... $python >> import RS Error in .PythonInit() : Error in Python call: values Error in library("RSPython") : .First.lib failed for 'RSPython' Traceback (most recent
2020 Sep 23
2
ORC JIT - Can modules independently managed with one LLJIT instance? + problems with ExecutionSession.lookup
...d reference is still not resolved, but I return with a true and crash my program. So even if I would have an address for that one symbol in the second run, I would have no chance to tell “anyone” cause the “tryToGenerate” function was never called… Said function looks like that though: llvm::Error ReferenceManager::UndefinedReferenceResolver :: tryToGenerate(llvm::orc::LookupKind K, llvm::orc::JITDylib &JD, llvm::orc::JITDylibLookupFlags JDLookupFlags, const llvm::orc::SymbolLookupSet &LookupSet) { llvm::orc::SymbolNameVector notFound; llvm::orc::SymbolMap NewSymbols; f...
2007 Aug 03
2
RSPython won't load in R 2.6.0 under Linux
I can compile RSPython without difficulty, been when I try to load it, I get the error messages below. Also below are some cryptic warnings I get on R boot (in case these are pertinent) and my sessionInfo(). Any help is appreciated. Thanks, Mark Warning messages: 1: In .updateMethodsInTable(fdef, where, attach) : Couldn't find methods table for "conditional", package
2020 Sep 24
2
ORC JIT - Can modules independently managed with one LLJIT instance? + problems with ExecutionSession.lookup
...d reference is still not resolved, but I return with a true and crash my program. So even if I would have an address for that one symbol in the second run, I would have no chance to tell “anyone” cause the “tryToGenerate” function was never called… Said function looks like that though: llvm::Error ReferenceManager::UndefinedReferenceResolver :: tryToGenerate(llvm::orc::LookupKind K, llvm::orc::JITDylib &JD, llvm::orc::JITDylibLookupFlags JDLookupFlags, const llvm::orc::SymbolLookupSet &LookupSet) { llvm::orc::SymbolNameVector notFound; llvm::orc::SymbolMap NewSymbols; f...