2

I am trying to follow this Tutorial to learn flask. I have never used python before and a relatively new to linux too so sorry if I am asking a very basic question.

I have installed python version 2.7.5 and am now trying to create the virtual environment for flask.

I downloaded virtualenv.py and ran the command this command:

python virtualenv.py flask

Then get this error.

New python executable in flask/bin/python
Cannot find sdist setuptools-*.tar.gz
Cannot find sdist pip-*.tar.gz

Thanks in advance for any help.

Tim
  • 32,274
  • 27
  • 118
  • 177
ook
  • 123
  • 2

1 Answers1

2

I just had the same problem.

To solve it, I just looked for the files on google, pip-.tar.gz and setuptools-.tar.gz, got the latest version of each and put them in the microblog folder.

Got this:

New python executable in flask/bin/python
Installing Setuptools.........................................................................................................................................done.
Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
Nurdagniriel
  • 136
  • 3