-
Hi, I posted on [Discourse](https://discourse.julialang.org/t/distributed-pycall-cannot-see-exceptions-cannot-pickle-traceback-object/59802) but no answer so far, so maybe it's better here?
I have tr…
Djoop updated
2 months ago
-
Hi there.
I am the maintainer of [OdsIO.jl](https://github.com/sylvaticus/OdsIO.jl), a package to export matrices and dataframes to the OpenDocument Spreadsheet format, using `ezodf`, a Python module…
-
```julia
julia> using PyCall
[ Info: Precompiling PyCall [438e738f-606a-5dbb-bf0a-cddfbfd45ab0]
julia> pyimport("numpy")
PyObject
julia> pyimport("firedrake")
: CommandLine Error: Option 'd…
-
Hi,
do you see a chance to use your package under Julia via PyCall.
Unfortunately, the package is not listed on the platform [Anadonda](https://anaconda.org).
Do you an advice?
Regards,
Ste…
-
I use snowflake connector through Pycall in Rails application.
Throwing queries asynchronously to Snowflake and then retrieving the status of the queries.
After updating pycall to 1.5.2, the scree…
-
Hi,
I executed the following code:
```
using SeisIO
using PhaseNet
S = read_data("mseed", MSEED_FILE) # MSEED_FILE is a three-component miniSEED file of less than 5 minutes of duration
d…
-
Hi, I'm using PyCall and Numpy, trying to call as follows:
```ruby
require 'numpy'
np = Numpy
a = np.array([1, 2, 3, 4])
np.add.at(a, [0, 1], 1)
```
but following errors:
```
${HOME}/.gem/ru…
-
```
irb(main):001:0> require 'pycall/import'
=> true
irb(main):002:0> include PyCall::Import
=> Object
irb(main):003:0> pyimport :os
DEBUG(find_libpython) find_libpython("C:\\Users\\60026865.ICU…
-
-
I'm getting the following error the first time that `sklearn` is imported:
```
/Users/stephen/.rvm/rubies/ruby-2.6.2/bin/ruby: No such file or directory -- from multiprocessing.semaphore_tracker i…