4555
Views
1
Helpful
1
Replies
ImportError: No module named setuptools
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2014 12:26 AM
While following the walk through guide for installing the acitoolkit, the following error was encountered:
C:\Program Files (x86)\Git\acitoolkit>python setup.py install
Traceback (most recent call last):
File "setup.py", line 1, in <module>
from setuptools import setup
ImportError: No module named setuptools
What step am I missing?
Thanks
Labels:
- Labels:
-
ACI-toolkit
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2014 07:11 AM
Hi David,
You need to have the setuptools package installed for the acitoolkit install to work. You can find it here:
https://pypi.python.org/pypi/setuptools
I will update the documentation.
Zach
