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
Install the project globally, -e means you can change the code without reinstalling
pip3 install -e .
Try out the demo example to make sure everything works
python3 examples/demo.py
Would like to save your credentials in '/mnt/local/dev/test_finary_api/f
inalynx/finalynx/fetch/finary_credentials.json'? [y/n] (n): n
[17:18:08] Signing in to Finary... source_base.py:119
Signed in to Finary. source_base.py:119
Error: Couldn't fetch data, please try source_base.py:119
using the -f option to signin again.
Details: 'response' source_base.py:119
Warning: Folder 'ETF World (ESG)' total ratio folder.py:246
should sum to 100.
Warning: Can't find the folder to save the assistant.py:406
portfolio to JSON. Three options:
1. Disable export using --no-export assistant.py:407
2. Create a folder called logs/ in this assistant.py:408
folder (default folder)
3. Set your own export directory using assistant.py:409
--export-dir=your/path/to/dir/
I also tried by installing the pip package, my python version is 3.10.12.
Thanks for your feedback.
The text was updated successfully, but these errors were encountered:
Hi, i have tried finalynx with the following tutorial and i get the output error bellow :
Choose any folder to download Finalynx's code, must be outside of system folders
cd somewhere/like/Documents/
Download the code as a git repository (easy to update)
git clone https://github.com/MadeInPierre/finalynx.git
Go inside the newly downloaded project
cd finalynx
Install all project dependencies
pip3 install poetry && poetry check && poetry install
Install the project globally, -e means you can change the code without reinstalling
pip3 install -e .
Try out the demo example to make sure everything works
python3 examples/demo.py
Would like to save your credentials in '/mnt/local/dev/test_finary_api/f
inalynx/finalynx/fetch/finary_credentials.json'? [y/n] (n): n
[17:18:08] Signing in to Finary... source_base.py:119
Signed in to Finary. source_base.py:119
Error: Couldn't fetch data, please try source_base.py:119
using the
-f
option to signin again.Details: 'response' source_base.py:119
Warning: Folder 'ETF World (ESG)' total ratio folder.py:246
should sum to 100.
Warning: Can't find the folder to save the assistant.py:406
portfolio to JSON. Three options:
1. Disable export using --no-export assistant.py:407
2. Create a folder called logs/ in this assistant.py:408
folder (default folder)
3. Set your own export directory using assistant.py:409
--export-dir=your/path/to/dir/
I also tried by installing the pip package, my python version is 3.10.12.
Thanks for your feedback.
The text was updated successfully, but these errors were encountered: