I am installing hachoir-metadata from reference[3]. I have completed the following for the installation of hachoir-metadata:
conda create -n hachoir-metadata pip python=3.5
activate hachoir-metadat
pip install --upgrade hachoir-metadata
I am using the software versions below:
Python Version 3.5.5 Anaconda: 3.6.5
I get an error stating Command "python setup.py egg_info" failed with error code 1 in...\hachoir-metda which is shown below.
I have completed the following in attempt to fix the problem:
1)Installed setuptools
pip install --upgrade setuptools[1]
2)Installed ipykernel
conda create -n ipykernel pip python=3.5
activate ipykernel
pip install --upgrade ipykernel
Non of the above work. Firstly, when analyzing the error it is due to a syntax issue. Therefore, could the error be caused by the fact that the Python version is incompatible(i.e. hachoir-metadata uses an old version of python but this should not be the case right)?
What can be done to solve this issue?
1 https://github.com/facebook/prophet/issues/418
[2] http://ipython.readthedocs.io/en/stable/install/kernel_install.html