This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jilguero ostras
Recipients Jilguero ostras
Date 2019-06-11.17:20:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560273641.16.0.656737490919.issue37237@roundup.psfhosted.org>
In-reply-to
Content
-Trying to install Python 2.16 from source on Ubuntu 18.04. Latest version is not in repositories.
-Installation completes but I need to install pip from repositories
-modules (e.g. numpy) installed by pip install on /usr/local/lib/python2.7/dist-packages
-installed modules can not be imported on Python
-path /usr/local/lib/python2.7/dist-packages is not listed on sys.path
-when added manually, modules are imported with errors and they don't work
-I am installing modules with -t option of pip, to be installed on /home/user01/.local/lib/python2.7/site-packages, because it is included on sys.path
-modules are imported to Python with errors



In addition to numpy, other modules fail. I think there is a problem with Python/pip after installation from source.
History
Date User Action Args
2019-06-11 17:20:41Jilguero ostrassetrecipients: + Jilguero ostras
2019-06-11 17:20:41Jilguero ostrassetmessageid: <1560273641.16.0.656737490919.issue37237@roundup.psfhosted.org>
2019-06-11 17:20:41Jilguero ostraslinkissue37237 messages
2019-06-11 17:20:41Jilguero ostrascreate