Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

missing files during install #37

Closed
jani0417 opened this issue May 11, 2014 · 3 comments
Closed

missing files during install #37

jani0417 opened this issue May 11, 2014 · 3 comments

Comments

@jani0417
Copy link

Downloading/unpacking odfpy>=0.9,<0.10 (from mwlib>=0.14.1->aardtools)
Could not find any downloads that satisfy the requirement odfpy>=0.9,<0.10 (from mwlib>=0.14.1->aardtools)
Some externally hosted files were ignored (use --allow-external odfpy to allow).
Cleaning up...
No distributions at all found for odfpy>=0.9,<0.10 (from mwlib>=0.14.1->aardtools)
Storing debug log for failure in /home/jani/.pip/pip.log

same results with --allow-external odfpy (same error with pyPdf, but --allow-external and --allow-unverified worked with that)

@itkach
Copy link
Member

itkach commented May 11, 2014

Interesting... odfpy is a dependency of mwlib. Looks like it's just gone. Not in PyPi anymore and link at http://opendocumentfellowship.com/projects/odfpy to their source code repo http://odfpy.forge.osor.eu/ is dead.

I think odfpy is only necessary for the portion of mwlib that writes rendered articles to ODF document, which is not used in aardtools. I was able to install aardtools like this:

git clone https://github.com/pediapress/mwlib.git
cd mwlib
#edit setup.py - remove odfpy requirement
sudo apt-get install re2c
pip install cython
pip install -e .
pip install -e "git+git://github.com/aarddict/tools.git#egg=aardtools"

Going forward, wiki converter will be removed along with mwlib dependency (use mwcouch instead).

@jani0417
Copy link
Author

thanks!

everything went well, just needed "sudo pip install cython" to fix a permission error.

@itkach
Copy link
Member

itkach commented May 11, 2014

sudo pip install cython

that's only if you are installing system-wide, not in a virtualenv.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants