damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Home Page:https://damnever.github.io/pigar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow differences when using conda envoirment

sapir-allegro opened this issue · comments

commented

Hey,

When running pigar on a conda environment, with both tensorflow==1.14.0 and tensorflow_gpu==1.14.0, the requirements.txt created contains tensorflow==1.14.0

Running pigar on the same folder, this time outside the conda environment, creates a requirements.txt with tensorflow_gpu==1.14.0

I assume the second option is the expected behavior since tensorflow_gpu is the one used when running the script.

I'm using Ubuntu-18.04.1 and python 3.7.6

Thanks!

I have added some FAQ, does it help?