Closed adam-funk closed 5 years ago
Did you check which packages exist in your installation directory: home/adam/.local/lib/python3.6/site-packages/PyNomo-0.3.0-py3.6.egg/pynomo/ There should be file nomo_wrapper.py ?
I have a file '.../site-packages/PyNomo-0.3.0-py3.6.egg' and a directory 'site-packages/PyNomo-0.3.0.dist-info' but no subdirectories of them. The egg file has 'pynomo/nomo_wrapper.py' (and others) zipped up inside.
Pynomo never worked for me on Python 3.6, despite following the installation instructions carefully. I believe the modules are not properly declared by the installer. Always gave me import errors. With Python 3,x, I don't think "from x import *" are allowed in most circumstances. It might be the reason. It's a bad practice anyway.
My solution was, and still is, to install Python 2.7 just to use Pynomo.
Yes, that's the problem. It does work for me in Python 2. Thanks.
Latest version 0.3.1 now in GitHub should be compatible with python 3.7.
Great, thanks!
Hi, I've tried installing pynomo using pip3 as well as git clone + "python3 setup.py install --user", but I can't get past this:
$ python3 Python 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more information.
Any idea what I'm doing wrong?