imagej / pyimagej

Use ImageJ from Python
https://pyimagej.readthedocs.io/
Other
475 stars 82 forks source link

I got stuck while running this code #254

Closed wzr0108 closed 1 year ago

wzr0108 commented 1 year ago
ij = imagej.init()
orena1 commented 1 year ago

lol, anything else? Try this: ij = imagej.init("2.5.0",headless=False)

ctrueden commented 1 year ago

@wzr0108 Did you figure out your issue? We're happy to help if you are still having trouble. By "got stuck" I'm assuming you mean that the code just hangs? If so, that's like just the time it takes to download all the needed JAR file dependencies for ImageJ... but if it hangs for many minutes on a fast connection, then something is going wrong. Anyway, feel free to reopen this issue with more details, or open a new issue, as needed.

wzr0108 commented 1 year ago

The problem is solved, thank you