# Tooling

**URL:** https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=32

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

**Page:** 33

---

## [Anyone else having issues with 'nightly'?](https://discourse.julialang.org/t/anyone-else-having-issues-with-nightly/96891)

<div class="topic-metadata">

**Author:** [@pat-alt](https://discourse.julialang.org/u/pat-alt)\
**Replies:** 3\
**Last updated:** [April 3, 2023, 6:57am UTC](https://discourse.julialang.org/t/anyone-else-having-issues-with-nightly/96891 "2023-04-03T06:57:22Z")

</div>

My workflows for Julia ‘nightly’ have started failing a few days ago: see here, here and here. From the error messages it looks like several deps have failed to compile, but can’t really make sense of why. Am I doing so…

---

## [PyCall not working when run from vscode run command](https://discourse.julialang.org/t/pycall-not-working-when-run-from-vscode-run-command/96825)

<div class="topic-metadata">

**Author:** [@AUK1939](https://discourse.julialang.org/u/AUK1939)\
**Replies:** 0\
**Last updated:** [March 30, 2023, 6:01am UTC](https://discourse.julialang.org/t/pycall-not-working-when-run-from-vscode-run-command/96825 "2023-03-30T06:01:14Z")

</div>

I’ve setup PyCall (note I have an anaconda distribuiton) ENV\["PYTHON"\] = "C:\\Anaconda3\\python.exe" Pkg.build("PyCall") In vscode when I open a new terminal (I’m on windows so a power shell opens) and then start julia …

---

## [Repo corresponding to package in environment](https://discourse.julialang.org/t/repo-corresponding-to-package-in-environment/96791)

<div class="topic-metadata">

**Author:** [@airpmb](https://discourse.julialang.org/u/airpmb)\
**Replies:** 5\
**Last updated:** [March 29, 2023, 11:39pm UTC](https://discourse.julialang.org/t/repo-corresponding-to-package-in-environment/96791 "2023-03-29T23:39:01Z")

</div>

Is there some way to go from the name of a package in the current environment, to the GitHub repo that it ultimately came from? I mean in the case of a package that is currently coming from a registry, not one that is ex…

---

## [Can you Connect Julia REPL terminal to Jupyter Notebook](https://discourse.julialang.org/t/can-you-connect-julia-repl-terminal-to-jupyter-notebook/94739)

<div class="topic-metadata">

**Author:** [@m\_x155](https://discourse.julialang.org/u/m_x155)\
**Replies:** 4\
**Last updated:** [March 26, 2023, 4:22pm UTC](https://discourse.julialang.org/t/can-you-connect-julia-repl-terminal-to-jupyter-notebook/94739 "2023-03-26T16:22:53Z")

</div>

Can you Connect Julia REPL terminal to Jupyter Notebook. In python there is something is a command %connect\_info that gives you the information that allows you to connect an ipython terminal to an open notebook. Can you…

---

## [Julia run error in visual studio code](https://discourse.julialang.org/t/julia-run-error-in-visual-studio-code/96314)

<div class="topic-metadata">

**Author:** [@AstroSathya\_sharma](https://discourse.julialang.org/u/AstroSathya_sharma)\
**Replies:** 4\
**Last updated:** [March 26, 2023, 9:38am UTC](https://discourse.julialang.org/t/julia-run-error-in-visual-studio-code/96314 "2023-03-26T09:38:00Z")

</div>

Hi, This is the first time i am trying to run Julia code in VS Code. Its just a bog standard first code but i get the error. Naturally I have installed Julia extension and also configured the json. Error: there is no re…

---

## [Trouble with PyPlot](https://discourse.julialang.org/t/trouble-with-pyplot/96570)

<div class="topic-metadata">

**Author:** [@ctkelley](https://discourse.julialang.org/u/ctkelley)\
**Replies:** 0\
**Last updated:** [March 24, 2023, 4:17pm UTC](https://discourse.julialang.org/t/trouble-with-pyplot/96570 "2023-03-24T16:17:43Z")

</div>

Anyone know what this means and how to fix it? This happened after I did an pkg\> update pkg\> build IJulia julia \_ \_ \_ \_(\_)\_ | Documentation: https://docs.julialang.org (\_) | (\_) (\_) …

---

## [NULL PyObject in package](https://discourse.julialang.org/t/null-pyobject-in-package/96461)

<div class="topic-metadata">

**Author:** [@asorlik](https://discourse.julialang.org/u/asorlik)\
**Replies:** 2\
**Last updated:** [March 22, 2023, 7:59pm UTC](https://discourse.julialang.org/t/null-pyobject-in-package/96461 "2023-03-22T19:59:29Z")

</div>

I am creating a package and I have gotten the following error in one of my scripts that is called via include(“script\_name.jl”): ERROR: ArgumentError: ref of NULL PyObject The error is coming from a usage of np.gradien…

---

## [Question about using SnoopPrecompile](https://discourse.julialang.org/t/question-about-using-snoopprecompile/88227)

<div class="topic-metadata">

**Author:** [@droodman](https://discourse.julialang.org/u/droodman)\
**Replies:** 14\
**Last updated:** [March 21, 2023, 11:28am UTC](https://discourse.julialang.org/t/question-about-using-snoopprecompile/88227 "2023-03-21T11:28:46Z")

</div>

Thank you for this excellent work! As a less savvy developer, I have an elementary question that might come up for others. The current documentation for SnoopCompile models a workflow in which output from SnoopCompile.w…

---

## [How to properly use \[compat\] section of project.toml?](https://discourse.julialang.org/t/how-to-properly-use-compat-section-of-project-toml/79855)

<div class="topic-metadata">

**Author:** [@Shane\_Kelly](https://discourse.julialang.org/u/Shane_Kelly)\
**Replies:** 3\
**Last updated:** [March 20, 2023, 5:32pm UTC](https://discourse.julialang.org/t/how-to-properly-use-compat-section-of-project-toml/79855 "2023-03-20T17:32:36Z")

</div>

I am attempting to use the \[compat\] section to fix the version of a package, say package C, in a package, say A, that I am developing. Suppose the most up to date version of C is C@1.4 while my project.toml for project A…

---

## [Breakpoints fail in code called from compiled code?](https://discourse.julialang.org/t/breakpoints-fail-in-code-called-from-compiled-code/96328)

<div class="topic-metadata">

**Author:** [@Ross\_Boylan](https://discourse.julialang.org/u/Ross_Boylan)\
**Replies:** 3\
**Last updated:** [March 20, 2023, 10:35am UTC](https://discourse.julialang.org/t/breakpoints-fail-in-code-called-from-compiled-code/96328 "2023-03-20T10:35:19Z")

</div>

Using VSCode and the following test code, with a breakpoint set where indicated: function test5(x) a=10 #set breakpoint here return a+x end print(sum(test5(x) for x in \[3, 5\])) When I run this with F5 the cod…

---

## [Vscode breakpoint not working in callback](https://discourse.julialang.org/t/vscode-breakpoint-not-working-in-callback/78830)

<div class="topic-metadata">

**Author:** [@anon69491625](https://discourse.julialang.org/u/anon69491625)\
**Replies:** 1\
**Last updated:** [March 20, 2023, 4:18am UTC](https://discourse.julialang.org/t/vscode-breakpoint-not-working-in-callback/78830 "2023-03-20T04:18:42Z")

</div>

I’m a noob and learning how to set up vscode so bear with me please. So I have an asynchronous process that completes a callback successfully. I picked the line where it prints out the message telling me that it’s in t…

---

## [Debugging Julia script on SSH connection (no GUI)](https://discourse.julialang.org/t/debugging-julia-script-on-ssh-connection-no-gui/96284)

<div class="topic-metadata">

**Author:** [@iabraham](https://discourse.julialang.org/u/iabraham)\
**Replies:** 4\
**Last updated:** [March 19, 2023, 4:44am UTC](https://discourse.julialang.org/t/debugging-julia-script-on-ssh-connection-no-gui/96284 "2023-03-19T04:44:29Z")

</div>

Is there anything remotely like/similar to pudb for Julia? It is easily one of my favorite ways to debug code when logged into a HPC/cluster node without GUI or X window forwarding. The TUI approach performs extremely w…

---

## [Error: Failed to precompile IJulia v1.24.0](https://discourse.julialang.org/t/error-failed-to-precompile-ijulia-v1-24-0/96270)

<div class="topic-metadata">

**Author:** [@JaydevSR](https://discourse.julialang.org/u/JaydevSR)\
**Replies:** 2\
**Last updated:** [March 18, 2023, 10:36am UTC](https://discourse.julialang.org/t/error-failed-to-precompile-ijulia-v1-24-0/96270 "2023-03-18T10:36:04Z")

</div>

I have been trying to run a particular jupyter notebook using IJulia but I get an error. A few things to note: I can run jupyter and then create a new julia notebook for which the kernel gets connected, and it is usabl…

---

## [\[ANN\] Julia for VS Code 1.5 released](https://discourse.julialang.org/t/ann-julia-for-vs-code-1-5-released/71365)

<div class="topic-metadata">

**Author:** [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)\
**Replies:** 57\
**Last updated:** [March 18, 2023, 12:23am UTC](https://discourse.julialang.org/t/ann-julia-for-vs-code-1-5-released/71365 "2023-03-18T00:23:41Z")

</div>

Hey folks, we’ve just released version 1.5 of the Julia extension for VS Code. Here are some of the highlights in this (and the unannounced 1.4) release, but feel free to check out the changelog anyways. Runtime diagno…

---

## [A warning that doesn't seem reasonable: \`Possible method call error\`](https://discourse.julialang.org/t/a-warning-that-doesnt-seem-reasonable-possible-method-call-error/96221)

<div class="topic-metadata">

**Author:** [@BeitianMa](https://discourse.julialang.org/u/BeitianMa)\
**Replies:** 2\
**Last updated:** [March 17, 2023, 7:05am UTC](https://discourse.julialang.org/t/a-warning-that-doesnt-seem-reasonable-possible-method-call-error/96221 "2023-03-17T07:05:09Z")

</div>

When I try to manipulate a DataFrame in Julia, blue wavy lines often appear, such as the following and The code works fine except for the odd warning from the editor. My version of Julia is 1.8.5, and package statu…

---

## [How can i move one step at a time with PlutoUI's Slider?](https://discourse.julialang.org/t/how-can-i-move-one-step-at-a-time-with-plutouis-slider/96189)

<div class="topic-metadata">

**Author:** [@ChunXi\_Zhang](https://discourse.julialang.org/u/ChunXi_Zhang)\
**Replies:** 3\
**Last updated:** [March 16, 2023, 4:59pm UTC](https://discourse.julialang.org/t/how-can-i-move-one-step-at-a-time-with-plutouis-slider/96189 "2023-03-16T16:59:15Z")

</div>

I use PlutoUI’s Slider to observe my experiment log, total length is more than thousands, and want to watch the dynamics of each step one at a time. I used to use arrow keys after clicked the slider, everything was good. …

---

## [Conflict with packages DifferentialEquation.jl, DynamicalSystems.jl, CairoMakie,jld](https://discourse.julialang.org/t/conflict-with-packages-differentialequation-jl-dynamicalsystems-jl-cairomakie-jld/96020)

<div class="topic-metadata">

**Author:** [@Sergey\_Novak](https://discourse.julialang.org/u/Sergey_Novak)\
**Replies:** 26\
**Last updated:** [March 16, 2023, 5:21am UTC](https://discourse.julialang.org/t/conflict-with-packages-differentialequation-jl-dynamicalsystems-jl-cairomakie-jld/96020 "2023-03-16T05:21:26Z")

</div>

Hello! I have updated the DynamicalSystems.jl package to the latest version, and the CaroMakie.jl and DifferentialEquations.jl packages have reverted to an earlier version. For what reason could this have occurred? In a…

---

## [Unexpected input on Julia Repl in VSCode](https://discourse.julialang.org/t/unexpected-input-on-julia-repl-in-vscode/96046)

<div class="topic-metadata">

**Author:** [@BeitianMa](https://discourse.julialang.org/u/BeitianMa)\
**Replies:** 4\
**Last updated:** [March 14, 2023, 9:36pm UTC](https://discourse.julialang.org/t/unexpected-input-on-julia-repl-in-vscode/96046 "2023-03-14T21:36:04Z")

</div>

When I open my Julia project and start Julia Repl via pressing “Alt+J Alt+O”, following commands always appear automatically, I want to know how to stop this. Thanks in advance！ julia\> E:/Codesoftwares/anaconda3/Scripts…

---

## [Batch process Pluto.jl notebooks to update packages](https://discourse.julialang.org/t/batch-process-pluto-jl-notebooks-to-update-packages/96070)

<div class="topic-metadata">

**Author:** [@Stefan\_Bringuier](https://discourse.julialang.org/u/Stefan_Bringuier)\
**Replies:** 0\
**Last updated:** [March 14, 2023, 5:32pm UTC](https://discourse.julialang.org/t/batch-process-pluto-jl-notebooks-to-update-packages/96070 "2023-03-14T17:32:04Z")

</div>

I’m wondering how to specify that packages in a Pluto notebook get updated when use github action with PlutoSliderServer.jl static export. I have the following in my .toml and I’m not sure if it’s updating the package ve…

---

## [Reproducing CI test errors locally](https://discourse.julialang.org/t/reproducing-ci-test-errors-locally/96045)

<div class="topic-metadata">

**Author:** [@user664303](https://discourse.julialang.org/u/user664303)\
**Replies:** 1\
**Last updated:** [March 14, 2023, 10:37am UTC](https://discourse.julialang.org/t/reproducing-ci-test-errors-locally/96045 "2023-03-14T10:37:28Z")

</div>

I am writing a new package, and seeing a CI error using Github Actions, that I don’t see locally in my development environment. In a previous thread someone has suggested SSHing to the CI machine to debug this. However,…

---

## [Running \`makedocs\` overwrites REPL docstrings](https://discourse.julialang.org/t/running-makedocs-overwrites-repl-docstrings/95982)

<div class="topic-metadata">

**Author:** [@goerz](https://discourse.julialang.org/u/goerz)\
**Replies:** 3\
**Last updated:** [March 13, 2023, 4:12pm UTC](https://discourse.julialang.org/t/running-makedocs-overwrites-repl-docstrings/95982 "2023-03-13T16:12:19Z")

</div>

I’m having a little problem with the internals of Documenter.jl, in the context of a fork of DocumenterCitation I’m working on (QuantumCitations). It seems that running makedocs overwrites docstrings of the loaded packa…

---

## [CRC Failed : General.tar](https://discourse.julialang.org/t/crc-failed-general-tar/96000)

<div class="topic-metadata">

**Author:** [@ColinCaine](https://discourse.julialang.org/u/ColinCaine)\
**Replies:** 1\
**Last updated:** [March 13, 2023, 6:08pm UTC](https://discourse.julialang.org/t/crc-failed-general-tar/96000 "2023-03-13T18:08:57Z")

</div>

The default packageservers are serving me a General.tar.gz with an invalid checksum. Steps to reproduce: Delete General.toml and General.tar.gz from .julia/registries start julia, \]add BenchmarkTools Observe an error …

---

## [Pkg.status() results in error](https://discourse.julialang.org/t/pkg-status-results-in-error/96005)

<div class="topic-metadata">

**Author:** [@engram](https://discourse.julialang.org/u/engram)\
**Replies:** 1\
**Last updated:** [March 13, 2023, 1:44pm UTC](https://discourse.julialang.org/t/pkg-status-results-in-error/96005 "2023-03-13T13:44:24Z")

</div>

Hey there, I am running Julia in Docker Container using VSC. The image is based on Debian Bullseye and the Julia version is 1.8.4. Everything worked fine, then I tried to add the BenchmarkTools package. Now I get error…

---

## [REPL-like interaction within Jupyter?](https://discourse.julialang.org/t/repl-like-interaction-within-jupyter/95976)

<div class="topic-metadata">

**Author:** [@airpmb](https://discourse.julialang.org/u/airpmb)\
**Replies:** 1\
**Last updated:** [March 12, 2023, 8:39pm UTC](https://discourse.julialang.org/t/repl-like-interaction-within-jupyter/95976 "2023-03-12T20:39:30Z")

</div>

Is there a way to interact with Jupyter/Jupyterlab such that it behaves more like the REPL? That is, I do like the rich display of Jupyter and some other things, e.g. easier entry/editing of multiple lines before executi…

---

## [Flux - Flux.train! is always login progress in pluto](https://discourse.julialang.org/t/flux-flux-train-is-always-login-progress-in-pluto/95966)

<div class="topic-metadata">

**Author:** [@jcbritobr](https://discourse.julialang.org/u/jcbritobr)\
**Replies:** 2\
**Last updated:** [March 12, 2023, 7:15pm UTC](https://discourse.julialang.org/t/flux-flux-train-is-always-login-progress-in-pluto/95966 "2023-03-12T19:15:49Z")

</div>

Hello, good afternoon. Pluto is always logging the progress multiple times when training a flux model as figure below shows: There are ways to supress this log or is a bug in Pluto.jl or Flux.jl?

---

## [VS code - use Conda.jl's python in native integrated Jupyter Notebook support?](https://discourse.julialang.org/t/vs-code-use-conda-jls-python-in-native-integrated-jupyter-notebook-support/95938)

<div class="topic-metadata">

**Author:** [@beeblebrox](https://discourse.julialang.org/u/beeblebrox)\
**Replies:** 4\
**Last updated:** [March 12, 2023, 4:12pm UTC](https://discourse.julialang.org/t/vs-code-use-conda-jls-python-in-native-integrated-jupyter-notebook-support/95938 "2023-03-12T16:12:02Z")

</div>

Is there a way to use the local Julia’s miniconda installation of python within the native integrated Jupyter Notebook support offered in VS code by julia-vscode?

---

## [Error deploying documentation after moving repo to organization](https://discourse.julialang.org/t/error-deploying-documentation-after-moving-repo-to-organization/95877)

<div class="topic-metadata">

**Author:** [@pat-alt](https://discourse.julialang.org/u/pat-alt)\
**Replies:** 2\
**Last updated:** [March 10, 2023, 5:50pm UTC](https://discourse.julialang.org/t/error-deploying-documentation-after-moving-repo-to-organization/95877 "2023-03-10T17:50:00Z")

</div>

Hi there, I’ve recently moved some of my repos into a new GitHub organisation. After merging a pull request today, I realised that the documentation is no longer deployed: ┌ Info: Deployment criteria for deploying devb…

---

## [\`TagBot\`: release for new version not automatically triggered](https://discourse.julialang.org/t/tagbot-release-for-new-version-not-automatically-triggered/95179)

<div class="topic-metadata">

**Author:** [@pat-alt](https://discourse.julialang.org/u/pat-alt)\
**Replies:** 7\
**Last updated:** [March 10, 2023, 5:15pm UTC](https://discourse.julialang.org/t/tagbot-release-for-new-version-not-automatically-triggered/95179 "2023-03-10T17:15:46Z")

</div>

Hi there, I recently moved various packages from my own GitHub account into a new organisation. Yesterday, I added a new release for one of them to General and as usual TagBot was triggered (see here). I can also see th…

---

## [Deregister package from local registry](https://discourse.julialang.org/t/deregister-package-from-local-registry/76992)

<div class="topic-metadata">

**Author:** [@jonniedie](https://discourse.julialang.org/u/jonniedie)\
**Replies:** 3\
**Last updated:** [March 10, 2023, 9:56am UTC](https://discourse.julialang.org/t/deregister-package-from-local-registry/76992 "2023-03-10T09:56:50Z")

</div>

I know you can’t remove packages from the general registry (for good reason), but is it possible to remove a package from a local registry that was set up using LocalRegistry.jl?

---

## [Tools for continuous releases](https://discourse.julialang.org/t/tools-for-continuous-releases/95835)

<div class="topic-metadata">

**Author:** [@simonbyrne](https://discourse.julialang.org/u/simonbyrne)\
**Replies:** 0\
**Last updated:** [March 10, 2023, 1:21am UTC](https://discourse.julialang.org/t/tools-for-continuous-releases/95835 "2023-03-10T01:21:04Z")

</div>

What are some good tools for making continuous releases (i.e. tagging on most merges)? I’d like something that involves as little effort on my part as possible.

[Previous page](https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=31)

[Next page](https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=33)
