biocatiit / musclex

Muscle X program suite is a collection of programs intended to assist with analyzing diffraction X-ray images.
Other
5 stars 6 forks source link

Propbelm with pip installation on MAcOS X High Sierra #23

Closed tomirving closed 6 years ago

tomirving commented 6 years ago

Installed /private/tmp/pip-install-FbS_bv/tifffile/.eggs/numpy-1.15.0rc2-py2.7-macosx-10.13-intel.egg error in tifffile setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in pathlib;python_version<"3.0" at ;python_version<"3.0"

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-install-FbS_bv/tifffile/ Not sure if this is the only issue.

XintianLee commented 6 years ago

It seems that the error occurs when installing tifffile. You can try running

pip install -U setuptools

to upgrade python setuptools and then install tifffile again

pip install tifffile
tomirving commented 6 years ago

I have created a new virtual machine running 16.04 and all seems to be well. I am not sure what the problem with 18.04 is but it can be sorted out later. Thanks Tom Irving

Thanks, Tom Irving

On Tue, Jul 24, 2018 at 6:17 AM, Xintian notifications@github.com wrote:

It seems that the error occurs when installing tifffile. You can try running

pip install -U setuptools

to upgrade python setuptools and then install tifffile again

pip install tifffile

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/biocatiit/musclex/issues/23#issuecomment-407370310, or mute the thread https://github.com/notifications/unsubscribe-auth/AgE2HhJezeGkjtjVM8cg6__ecgQIP3Acks5uJwIvgaJpZM4VbQLl .