danvk / oldnyc

Mapping photos of Old New York
Apache License 2.0
288 stars 132 forks source link

Problems installing #108

Closed eccoilmoro closed 8 years ago

eccoilmoro commented 8 years ago

Hi, I'm tryng to install oldnyc on my ubuntu server 15. I cannot create the virtualenv due to an error I don't understand. The command sequnce I executed is : git clone git://github.com/danvk/oldnyc.git cd oldnyc virtualenv env --python=python3
source env/bin/activate pip3 install -r requirements.txt

2016-03-25_182952

danvk commented 8 years ago

OldNYC uses Python 2, not Python 3.