Donglai Gong
Donglai Gong
I get the following warning when I use Plots with the Plotly backend: ``` ┌ Warning: PlotlyBase 0.8.18 is not compatible with this version of Plots. The declared compatibility is...
I'm encountering a crash of julia when trying to use PyCall.jl. I installed anaconda then set ENV["PYTHON"] to the anaconda python, rebuild PyCall then when I try to do a...
I am not able to install SciMLTutorial.jl on an Apple Silicon macOS system. It gets stuck in a loop. ``` julia> using SciMLTutorials julia> SciMLTutorials.open_notebooks() [ Info: Weaving /Users/gong/.julia/packages/SciMLTutorials/3qOxd/src/../tutorials/DiffEqUncertainty/01-expectation_introduction.jmd ┌...
When I tried to save a jpeg figure using PlotlyJS, it fails on M1 mac running Julia v1.7. The same example runs fine on a Intel mac: ``` using PlotlyJS...
**Describe the bug** Whenever I tried to create a PNG or JPG using PlotlyJS.savefig, it gives me the following error: ``` julia> PlotlyJS.savefig(io, random_line(); format="png"); ERROR: Transform failed with error...
According to pytorch, the command to install torch vision via conda is: `conda install pytorch torchvision -c pytorch` What is the equivalent Conda.add command for that? While it is happy...
How do I install this package? Pkg.add("JuliaTorch.jl") didn't work for me. Thanks!
With Plotly.jl v0.4.0 installed, PlotlyBase is stuck on v0.5.4 and PlotlyJS is stuck on 0.14.1. When I remove Plotly, PlotlyBase is able to upgrade to v0.8.18 and PlotlyJS goes to...
When try to install GR on Julia 1.6 DEV in macOS, I get the following error: ``` Downloading artifact: GR ┌ Error: Tree Hash Mismatch! │ Expected git-tree-sha1: 675a7b3f5c39670ec0abaafee3df17a0e854b909 │...
BinaryProvider has not been updated for arm64-apple-darwin. This prevents TextAnalysis from working natively on Apple Silicon macs as well.