I am working to install RED-I on my windows workstation(s). I followed the directions and see to get the same error on my laptop and home desktop.
Install steps below is where I am having trouble (error message at end of post). Do I need to install pycrypto prior to running the steps below?
You will need to manually install the pycrypto dependency. To avoid having to compile it with VCForPython you can
download a pre-compiled binary and install it with the following command:
c:\python27\scripts\easy_install http://www.voidspace.org.uk/python/pycrypto-2.6.1/pycrypto-2.6.1.win-amd64-py2.7.exe
Finally, install your binary of RED-I with the following command:
c:\python27\scripts\easy_install.exe c:\redi\dist\redi-0.14.1-py2.7.egg
Traceback (most recent call last): File "c:\python27\scripts\easy_install-script.py", line 11, in <module> load_entry_point('setuptools==33.1.1', 'console_scripts', 'easy_install')() File "C:\Python27\lib\site-packages\pkg_resources.py", line 339, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "C:\Python27\lib\site-packages\pkg_resources.py", line 2470, in load_entry_point return ep.load() File "C:\Python27\lib\site-packages\pkg_resources.py", line 2184, in load ['__name__']) File "build\bdist.win-amd64\egg\setuptools\__init__.py", line 10, in <module> File "build\bdist.win-amd64\egg\setuptools\extern\__init__.py", line 1, in <module> ImportError: No module named extern