Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy
http://imagepy.org
BSD 4-Clause "Original" or "Old" License
1.29k stars 330 forks source link

there is an error when I run imagepy #75

Closed whliao5am closed 4 years ago

whliao5am commented 4 years ago

macos 10.15.1 Python 3.7.5

after run pip install imagepy install imagepy then run imagepy' orpython -m imagepy` I get an error:

This program needs access to the screen. Please run with a
Framework build of python, and only when you are logged in
on the main display of your Mac.
yxdragon commented 4 years ago

@NeroAsmarr do you run imagepy on e visual environment?please try pythonw -m imagepy!

whliao5am commented 4 years ago

@NeroAsmarr do you run imagepy on e visual environment?please try pythonw -m imagepy!

thanks!!! done.