You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reinstalling the existing requirements.txt in a separate virtual environment resulted in dependency errors and some packages not being installed. This is mainly due to pip freeze dumping all the packages in the virtual env leading to dependency clashes.
Reinstalling the existing
requirements.txt
in a separate virtual environment resulted in dependency errors and some packages not being installed. This is mainly due topip freeze
dumping all the packages in the virtual env leading to dependency clashes.The updated requirements.txt is as follows:
Check out the
pipreqs
package as suggested here to avoid dumping all the packages inrequirements.txt
The text was updated successfully, but these errors were encountered: