-
In install.py you have:
```
if not launch.is_installed("ffmpeg-python"):
launch.run_pip("install ffmpeg-python", "Install \"ffmpeg-python\" requirements for TemporalKit extension")
```
bu…
-
The current names of columns in the [tool table](https://github.com/galaxyproject/galaxy_codex/blob/results/all_tools.tsv) need to be rethought.
We started the work in the following spreadsheet: http…
-
I have followed the installation steps in this repo, however, when I ran
`python setup.py develop`
for mmdetection3, I got the following error:
`
Installed /xxx/MapTR/mmdetection3d
Process…
-
Is there a good reason not to do this? The package is becoming more widely used, it's available through the major package managers (not just pip and conda), and the core functionality is mature. It wo…
-
Numpy has a nice interactive applet to try out the package on their [landing page](numpy.org).
It would be great to have a similar applet for scikit-image as well.
@JeffersGlass and I worked on a sc…
-
We're currently on version 0.18. Versions 0.19 and later require Pythran, which fails like this:
```
File "setup.py", line 218, in
setup(
File "/home/smith/git/chaquo/chaquopy/server/pypi/p…
-
## Description
One of my major goals for this year (this statement will come back to bite me I'm sure!) is to add registration capabilities to scikit-image. Registration should at a minimum work in…
-
In order to automatically generate a GUI and to know what to do with the return types of each function, we need the functions to be properly annotated. Is an output array an image or a set of coordina…
-
Because training EasyOcr model without the exact version of libraries and modules is so difficult (not easy), I have prepared a new complete ``` requirement.txt ``` file.
I have trained a new lang…
-
We have a rich set of examples covering a very broad range of issues, but they're not necessarily easily discoverable via the section on the bottom of the API pages.
This meta-issue is to keep trac…