bryanveloso / geopatterns

A Python-port of @jasonlong's lovely SVG generation library.
MIT License
130 stars 15 forks source link

What python versions are supported/tested? #4

Open jtrip opened 9 years ago

jtrip commented 9 years ago

Hello, I wanted to check this out but encountered an error that made me believe I might not be using a version of python that is supported but didn't see where any version was specified.

I tried to (sudo) pip install on three different machines: cloud9 with 2.7 and 3.2 pythonanywhere default bash console Mac OS X 10.10.2 python 2.7.6 with sudo and virtualenv

and received the same error:

Could not find a version that satisfies the requirement geopatterns (from versions: )
No matching distribution found for geopatterns

Sorry if it is my error!

noodlebreak commented 9 years ago

Same here.

01walid commented 9 years ago

I guess there's some kind of packaging problem @bryanveloso

ml-and-ml commented 6 years ago

same^^^^^^^^^^^^^^^^^^^^^^

bryanveloso commented 6 years ago

Didn't realize people were still grabbing this! It's been a long time since I've worked on this repo, but I can take a look at it this week. Pull requests are also welcome. :)

ml-and-ml commented 6 years ago

I'm a python newbie and I just realized I can install with python setup.py install so I got it working now. Thanks!

jtrip commented 6 years ago

Yeah this seems to only be a bug with the pip deployment. Manual installation works fine for me as well, on Python 3. This is quite the blast from the past. 😸

Spudsen commented 6 years ago

Not sure how to use the manual installation. Keep on getting a "Could not find README.md" error when trying to manually install :(