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
The current requirements.txt file uses a single = for the version specification (pyexiftool=0.5.6), which causes a pip install error: "Invalid requirement: '=' is not a valid operator. Did you mean == ?".
The current requirements.txt file uses a single = for the version specification (pyexiftool=0.5.6), which causes a pip install error: "Invalid requirement: '=' is not a valid operator. Did you mean == ?".