Unable to install latest release (v5.4.3)
Description: When trying to install the latest release (v5.4.3) using pip I automatically receive the 5.3.7 release which does not include the Search function fix as described in the 5.3.9 fix.
In a conda environment with Python 3.11 I have run the following commands without success:
pip3 install git+https://github.com/nmcassa/[email protected] --no-cache-dir --ignore-installed
pip3 install git+https://github.com/nmcassa/letterboxdpy.git --no-cache-dir --ignore-installed
pip3 install letterboxdpy.zip when manually downloading the v5.4.3 source zip file
All of them result in the following installation as shown by pip show:
Name: letterboxdpy Version: 5.3.7 Summary: A letterboxd webscraper Home-page: Author: Author-email: Nicholas Cassarino <[email protected]> License-Expression: MIT Location: C:\Users\XXXX\anaconda3\envs\movievis\Lib\site-packages Requires: beautifulsoup4, lxml, requests, validators Required-by:
I am not sure if the version was not correctly named, if my environment refuses to install 5.4.3 or if there is some other reason. Regardless, the Search function returns no results with my installed version leading me to believe it is still 5.3.7.