Closed kintaro1981 closed 2 years ago
Hello,
even if I try to do:
pip3 install -upgrade --force-reinstall --no-cache-dir ofxstatement-fineco
I'm getting the 0.0.2 version. If I'm not wrong the latest version is 0.0.5, right?
MacBook-Pro-di-xxx:~ xxx$ pip3 install --upgrade --force-reinstall ofxstatement-fineco Collecting` ofxstatement-fineco Using cached ofxstatement_fineco-0.0.2-py3-none-any.whl (6.0 kB) Collecting ofxstatement Using cached ofxstatement-0.7.1-py3-none-any.whl Collecting xlrd Using cached xlrd-2.0.1-py2.py3-none-any.whl (96 kB) Collecting setuptools Using cached setuptools-52.0.0-py3-none-any.whl (784 kB) Collecting appdirs>=1.3.0 Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Installing collected packages: setuptools, appdirs, xlrd, ofxstatement, ofxstatement-fineco Attempting uninstall: setuptools Found existing installation: setuptools 52.0.0 Uninstalling setuptools-52.0.0: Successfully uninstalled setuptools-52.0.0 Attempting uninstall: appdirs Found existing installation: appdirs 1.4.4 Uninstalling appdirs-1.4.4: Successfully uninstalled appdirs-1.4.4 Attempting uninstall: xlrd Found existing installation: xlrd 2.0.1 Uninstalling xlrd-2.0.1: Successfully uninstalled xlrd-2.0.1 Attempting uninstall: ofxstatement Found existing installation: ofxstatement 0.7.1 Uninstalling ofxstatement-0.7.1: Successfully uninstalled ofxstatement-0.7.1 Attempting uninstall: ofxstatement-fineco Found existing installation: ofxstatement-fineco 0.0.2 Uninstalling ofxstatement-fineco-0.0.2: Successfully uninstalled ofxstatement-fineco-0.0.2 Successfully installed appdirs-1.4.4 ofxstatement-0.7.1 ofxstatement-fineco-0.0.2 setuptools-52.0.0 xlrd-2.0.1`
yes your'e right, i forgot to release on pypi the last version. I'll fix the open issues and update it on pypi
Without waiting for the release on pypi I simply need to overwrite fineco.py, right?
Hello,
even if I try to do:
pip3 install -upgrade --force-reinstall --no-cache-dir ofxstatement-fineco
I'm getting the 0.0.2 version. If I'm not wrong the latest version is 0.0.5, right?