Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A hidden library?
#2
He has to check if pip is really installing modules for the python interpreter that he is running his scripts.

He can investigate it with:
1 - Check pip version and its bond python interpreter.
$ pip -V

2 - Then check if the module was really installed.
$ pip list

3 - Modules that have - in their names must be imported with _.
Example:
$ pip install my-module
And when importing:
import my_module
Reply


Messages In This Thread
A hidden library? - by BillMcEnaney - Apr-01-2019, 08:48 PM
RE: A hidden library? - by gontajones - Apr-01-2019, 09:52 PM
RE: A hidden library? - by metulburr - Apr-01-2019, 09:56 PM
RE: A hidden library? - by BillMcEnaney - Apr-02-2019, 12:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Copy only hidden files and folders with rsync Cannondale 2 1,021 Mar-04-2023, 02:48 PM
Last Post: Cannondale
  Can ZipFile be used to extract hidden files? AiedailEclipsed 0 1,637 Mar-22-2022, 05:21 PM
Last Post: AiedailEclipsed
  Run hidden exe samuelbachorik 0 2,725 Aug-02-2020, 03:10 PM
Last Post: samuelbachorik
  Rock, Paper, Scissors.. Help..hidden bug xxunknownxx 4 2,680 Mar-19-2020, 02:46 AM
Last Post: jefsummers
  How to get full path of specified hidden files matching pattern recursively SriRajesh 4 3,951 Jan-18-2020, 07:12 PM
Last Post: SriRajesh
  Substitution with regular expression returns hidden character SOH bajacri 2 3,837 Nov-17-2019, 03:38 AM
Last Post: bajacri
  find hidden python files bobsmith76 4 3,321 Oct-23-2018, 10:57 PM
Last Post: wavic
  Identify Hidden rows in xls ayonsarkar 2 11,124 Apr-10-2018, 08:33 PM
Last Post: ljmetzger
  PyMODINIT_FUNC and gcc hidden visibility jock 0 3,453 Feb-01-2018, 03:47 PM
Last Post: jock
  How dont' show hidden system files Mike Ru 5 9,613 Jan-11-2018, 01:18 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020