Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python setup.py failed #8

Closed
hapesurya opened this issue Nov 7, 2019 · 1 comment
Closed

python setup.py failed #8

hapesurya opened this issue Nov 7, 2019 · 1 comment

Comments

@hapesurya
Copy link

I already try

$ pip install spintax
Collecting spintax
Using cached https://files.pythonhosted.org/packages/4c/85/1f95b9fdd1c2c1bf07d238685b8680d17663070190b646a081855ca192ff/spintax-1.0.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named setuptools

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

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9e8asy/spintax/

also from zipped folder

/spintax-master$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 1, in
from setuptools import setup
ImportError: No module named setuptools

I m using Python 2.7.15+

Can you help me?

@AceLewis
Copy link
Owner

AceLewis commented Nov 8, 2019

Python 2 is probably the issue. I will look in 1 week to see if there is a simple fix (until then I am not near a PC).

Python 2 is old and will be retired in less than 2 months, if you are learning you might want to consider learning Pyhton 3. https://pythonclock.org/

@AceLewis AceLewis closed this as completed Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants