0

Hi everyone i was new for python, i have a problem for install pybrain in windows 7(64 bit)

it show an error while using command mode (run as administrator) Traceback: File "C:\Pybrain-0.2.1\setup.py",line 11 in from setuptools import setup, find_packages ImportError: No module named setuptools

please help thank you .

NewUser
  • 27
  • 10

1 Answers1

1

@interjay have answered in this question: Error installing a python module

Apprarently, that package requires you to have setuptools to install it. Setuptools is a module that provides easy installation of Python packages. You can get it here.

selfboot
  • 1,490
  • 18
  • 23