Hi there,
I'm running into an issue trying to install ismrmrd-python into my anaconda. I've tried both on Windows and Ubuntu and got the same error twice. Apparently the package ismrmrdschema is missing from the repository (see bellow).
Sorry if it is an obvious fix, I'm pretty new with Python.
Thank you,
Kevin.
>>python setup.py install
running install
running bdist_egg
running egg_info
writing ismrmrd.egg-info\PKG-INFO
writing dependency_links to ismrmrd.egg-info\dependency_links.txt
writing requirements to ismrmrd.egg-info\requires.txt
writing top-level names to ismrmrd.egg-info\top_level.txt
reading manifest file 'ismrmrd.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'ismrmrd.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
Install cli requirements "pip install xsdata[cli]"
error: [Errno 2] No such file or directory: 'ismrmrdschema/__init__.py'
Hi there,
I'm running into an issue trying to install ismrmrd-python into my anaconda. I've tried both on Windows and Ubuntu and got the same error twice. Apparently the package ismrmrdschema is missing from the repository (see bellow).
Sorry if it is an obvious fix, I'm pretty new with Python.
Thank you,
Kevin.