Open sh-shahrokhi opened 1 year ago
Hi @sh-shahrokhi, sorry, I don't have access to a Windows machine, so am unable to diagnose/fix any Windows-related issues.
Hi @sh-shahrokhi @pauldmccarthy
I agree with you, sliding is quite slow, but my main problem is when viewing in "label image" mode nothing is observed:
I would be happy to find a solution to this problem.
best,
Nilser
Hello I managed to run fsleyes on windows natively, with some errors
First, the simple reproduction: In an Anaconda/miniconda/miniforge prompt:
conda create -n fsleyes
conda activate fsleyes
fsleyes -c conda-forge
fsleyes
(it will complain about $FSL_DIR, click skip)The resulting env:
['anyio', 'argon2-cffi', 'argon2-cffi-bindings', 'asttokens', 'attrs', 'backcall', 'backports', 'backports.functools_lru_cache', 'beautifulsoup4', 'bleach', 'brotli', 'brotli-bin', 'brotlipy', 'bzip2', 'ca-certificates', 'cached-property', 'cached_property', 'certifi', 'cffi', 'charset-normalizer', 'click', 'colorama', 'comm', 'contourpy', 'cryptography', 'cycler', 'dcm2niix', 'debugpy', 'decorator', 'defusedxml', 'dill', 'entrypoints', 'executing', 'file-tree', 'file-tree-fsl', 'flit-core', 'fonttools', 'freetype', 'fsleyes', 'fsleyes-props', 'fsleyes-widgets', 'fslpy', 'h5py', 'hdf5', 'idna', 'importlib-metadata', 'importlib_metadata', 'importlib_resources', 'indexed_gzip', 'intel-openmp', 'ipykernel', 'ipython', 'ipython_genutils', 'isodate', 'jedi', 'jinja2', 'jsonschema', 'jupyterlab_pygments', 'jupyter_client', 'jupyter_core', 'jupyter_events', 'jupyter_server', 'jupyter_server_terminals', 'kiwisolver', 'krb5', 'lcms2', 'lerc', 'libaec', 'libblas', 'libbrotlicommon', 'libbrotlidec', 'libbrotlienc', 'libcblas', 'libcurl', 'libdeflate', 'libexpat', 'libffi', 'libhwloc', 'libiconv', 'libjpeg-turbo', 'liblapack', 'libpng', 'libsodium', 'libspatialindex', 'libsqlite', 'libssh2', 'libtiff', 'libwebp-base', 'libxcb', 'libxml2', 'libzlib', 'm2w64-gcc-libgfortran', 'm2w64-gcc-libs', 'm2w64-gcc-libs-core', 'm2w64-gmp', 'm2w64-libwinpthread-git', 'markdown-it-py', 'markupsafe', 'matplotlib-base', 'matplotlib-inline', 'mdurl', 'mistune', 'mkl', 'msys2-conda-epoch', 'munkres', 'nbclassic', 'nbclient', 'nbconvert', 'nbconvert-core', 'nbconvert-pandoc', 'nbformat', 'nest-asyncio', 'nibabel', 'notebook', 'notebook-shim', 'numpy', 'openjpeg', 'openssl', 'packaging', 'pandas', 'pandoc', 'pandocfilters', 'parse', 'parso', 'pathlib2', 'pickleshare', 'pillow', 'pip', 'pkgutil-resolve-name', 'platformdirs', 'pooch', 'progressbar2', 'prometheus_client', 'prompt-toolkit', 'prompt_toolkit', 'psutil', 'pthread-stubs', 'pthreads-win32', 'pure_eval', 'pycparser', 'pydicom', 'pygments', 'pyopengl', 'pyopenssl', 'pyparsing', 'pyrsistent', 'pysocks', 'python', 'python-dateutil', 'python-fastjsonschema', 'python-json-logger', 'python-utils', 'python_abi', 'pytz', 'pywin32', 'pywinpty', 'pyyaml', 'pyzmq', 'requests', 'rfc3339-validator', 'rfc3986-validator', 'rich', 'rtree', 'scipy', 'send2trash', 'setuptools', 'six', 'sniffio', 'soupsieve', 'stack_data', 'tbb', 'terminado', 'tinycss2', 'tk', 'tornado', 'traitlets', 'trimesh', 'typing-extensions', 'typing_extensions', 'tzdata', 'ucrt', 'urllib3', 'vc', 'vs2015_runtime', 'wcwidth', 'webencodings', 'websocket-client', 'wheel', 'winpty', 'win_inet_pton', 'wxnatpy', 'wxpython', 'xarray', 'xnat', 'xorg-libxau', 'xorg-libxdmcp', 'xz', 'yaml', 'zeromq', 'zipp', 'zlib', 'zstd']FSleyes window:
Problems:
some console errors:
I understand that this app is not supported on windows, but will appreciate any fix for this. I will happily help if any test/input is needed
Thanks