tleeuwenburg / wordgraph

Thing that makes e
Apache License 2.0
12 stars 5 forks source link

Availability on the package index #7

Closed tleeuwenburg closed 9 years ago

tleeuwenburg commented 9 years ago

At this stage, wordgraph is just a github project. We really need to make this package available through PyPi.

audreyfeldroy commented 9 years ago

:+1: this would be very helpful to me. The first thing I tried was pip install wordgraph, hoping to avoid bringing up a VM on my already-slow computer.

audreyfeldroy commented 9 years ago

There's a name conflict with https://pypi.python.org/pypi/wordgraph

It looks like an inactive package, though:

$ pip install wordgraph
Downloading/unpacking wordgraph
  Could not find any downloads that satisfy the requirement wordgraph
No distributions at all found for wordgraph

Might be worth contacting James to ask for wordgraph on PyPI, or renaming this if he's attached to the name.

tleeuwenburg commented 9 years ago

I've contacted James to see if I can use that name, or whether I should do a rename.

You should be able to do a source checkout and use pip install -r requirements.txt to get up and running in your host O/S without too much trouble. The only problems I saw was on Ubuntu, where installing numpy+scipy in a virtual env seems to be problematic. If you have any troubles just let me know. I will work with James to find out about the package name availability on PyPI. I'll make sure to get this roadblock shifted one way or another, so if you prefer, you can just wait for me to resolve the hurdles. I'm also more than happy to make a time to catch up on IRC to deal with any issues. The more problems I find out about, the more I can knock the rough edges off the packaging experience.

tleeuwenburg commented 9 years ago

Success! wordgraph is now able to be installed via pip!

candeira commented 9 years ago

Neato! I should merge my changes. New job, and new open source project, so I'm overworked. Please stay tuned...