Closed mcrone closed 7 years ago
Hi, which version are you trying to install? Are you using Anaconda or system Python? There might be a dependency missing. Could you paste the entire traceback here, please.
I'm just using the system python and just using sudo pip install pydna
This is the traceback:
Collecting pydna
Using cached pydna-1.1.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "
I see, first problem is that you have python 2.7, while pydna now only works with python 3. perhaps if you use pip3 instead of pip? or have a look at this: http://stackoverflow.com/questions/29712519/how-do-i-use-pip-3-with-python-3-4
Some dependencies like numpy etc will not be installed automatically. Have you tried Anaconda? Is solves many of these problems.
Thanks for the help. I'll just try anaconda. I had previously had a bad experience with anaconda messing with my system python and that was why I was trying to avoid it (although that was under OSX).
Just wanted to make sure I'm not missing something obvious. I'm trying to install pydna on Oracle Linux and I get this error: RuntimeError: Format missing, but need one (identified source as text as no file with that name was found).
It's a pypandoc error. Any help on how to get past this would be awesome!
Thanks!