Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Numpy Help
#3
packages are loaded for particular versions of python, this is where the problem may lie.
I'm not familiar with Anaconda. Is there a way to list installed packages in one of their tools?
I use:
import pip
pip.get_installed_distributions()
on windows, but not sure if you can use the same on Linux.
Reply


Messages In This Thread
Numpy Help - by BlackHeart - Oct-23-2017, 11:28 PM
RE: Numpy Help - by metulburr - Oct-23-2017, 11:43 PM
RE: Numpy Help - by Larz60+ - Oct-23-2017, 11:47 PM
RE: Numpy Help - by metulburr - Oct-23-2017, 11:56 PM
RE: Numpy Help - by BlackHeart - Oct-24-2017, 12:12 AM
RE: Numpy Help - by metulburr - Oct-24-2017, 01:10 AM
RE: Numpy Help - by BlackHeart - Oct-24-2017, 01:57 AM

Forum Jump:

User Panel Messages

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