Python Forum
Different out when using conda list and pip list
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Different out when using conda list and pip list
#1
What does it mean when pip list and conda list return the same file in my case numpy, but with different versions?

pip list
numpy 1.20.2

conda list
numpy 1.19.5

Of course, this is the same environment in each case - there is only one. I may be getting other conflicts in version numbers, but this is the one I spotted.

I use pip install and conda interchangeably when I am installing libraries in an environment.

I am just curious. My program is not running now.

Respectfully,

LZ
Reply


Messages In This Thread
Different out when using conda list and pip list - by Led_Zeppelin - Jan-14-2022, 06:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Strange behavior list of list mmhmjanssen 3 384 May-09-2024, 11:32 AM
Last Post: mmhmjanssen
  No matter what I do I get back "List indices must be integers or slices, not list" Radical 4 1,307 Sep-24-2023, 05:03 AM
Last Post: deanhystad
  Delete strings from a list to create a new only number list Dvdscot 8 1,654 May-01-2023, 09:06 PM
Last Post: deanhystad
  Confused over Conda Package manager vs PIP JanOlvegg 3 1,287 Mar-09-2023, 02:09 PM
Last Post: JanOlvegg
  List all possibilities of a nested-list by flattened lists sparkt 1 968 Feb-23-2023, 02:21 PM
Last Post: sparkt
  How to deactivate correctly a conda environment NoNameoN 2 2,029 Nov-04-2022, 01:43 PM
Last Post: NoNameoN
  Сheck if an element from a list is in another list that contains a namedtuple elnk 8 1,932 Oct-26-2022, 04:03 PM
Last Post: deanhystad
Question Keyword to build list from list of objects? pfdjhfuys 3 1,636 Aug-06-2022, 11:39 PM
Last Post: Pedroski55
  Split a number to list and list sum must be number sunny9495 5 2,380 Apr-28-2022, 09:32 AM
Last Post: Dexty
  How to check if a list is in another list finndude 4 1,890 Jan-17-2022, 05:04 PM
Last Post: bowlofred

Forum Jump:

User Panel Messages

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