!ZsTZqnodlbOBJUDqVN:matrix.org

MoniGoMani - GitHub Discussions

169 Members
Official MoniGoMani GitHub Issues & Pull Request Room to follow the latest progress on GitHub through the Issues and Pull Requests: https://github.com/Rikj000/MoniGoMani/issues https://github.com/Rikj000/MoniGoMani/pulls2 Servers

Load older messages


SenderMessageTime
17 Jul 2022
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on issue #285: 🐞 Bug \- Install error \`Freqtrade\-MGM/\./mgm\-hurry': \[Errno 2\] No such file or directory\`

Hi, coming back to this, could it be just a path issue?
It is trying to locate mgm-hurry in /Freqtrade-MGM/./mgm-hurry while it is located in /Freqtrade-MGM/monigomani/mgm-hurry?

Just tried it in Manjaro fresh install (last time was in Debian) and got same issue.

17:01:19
18 Jul 2022
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000 set a profile picture.03:30:43
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] Pull request opened: #307 Bump pylint from 2\.12\.2 to 2\.14\.5

Bumps pylint from 2.12.2 to 2.14.5.

Commits

566ffca Bump pylint to 2.14.5, update changelog
1b82319 Allow lists of default values in parameter documentation for Numpy (#7149)
8af7472 Fix disabling of fixme (#7144)
eac2e04 Fix crash when using enumerate in a ternary expression (#7132)
f1d27ff Fix handling of -- as separator of positional arguments and flags
bf29a55 Bump pylint to 2.14.4, update changelog
15470d1 Fix recognition of config files named setup.c...

03:30:44
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on pull request #301: Bump pylint from 2\.12\.2 to 2\.14\.4

Superseded by #307.

03:30:44
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] Pull request closed: #301 Bump pylint from 2\.12\.2 to 2\.14\.4
03:30:45
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on issue #285: 🐞 Bug \- Install error \`Freqtrade\-MGM/\./mgm\-hurry': \[Errno 2\] No such file or directory\`

Hi Rikj000,

Not completely sure if the installation process is logged, but if it is, it will be under Freqtrade-MGM/user_data/logs/
In there there is just an empty file called "freqtrade.log", couldn't find any other around.

then during the MGM installation, a symlink to Freqtrade-MGM/mgm-hurry will be created [here].
Checked that and realised it mustn't be the issue here.

You can read more about the shell alias in the docs [here]
I did so as I'm making sure to understand th...

12:21:04
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000 removed their profile picture.19:29:01
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on issue #285: 🐞 Bug \- Install error \`Freqtrade\-MGM/\./mgm\-hurry': \[Errno 2\] No such file or directory\`

I did, checking .bashrc I see the alias added at bottom:

MGM-Hurry shell alias
mgm-hurry() { pushd /home/jma/Documents/Freqtrade-MGM &> /dev/null; python3 -m pipenv run python3 ./mgm-hurry '$@'; popd &> /dev/null; }


It appears like this "bugfix" commit: https://github.com/Rikj000/MoniGoMani/commit/ce7c127b224dd8ae2f98edaf37dca51889ce0eb0
Broke the shell alias on Manjaro (and likely Arch) systems πŸ€”

I suspect changing the '$@' part to "$@" w...

19:29:02
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000 set a profile picture.19:34:19
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on issue #285: 🐞 Bug \- Install error \`Freqtrade\-MGM/\./mgm\-hurry': \[Errno 2\] No such file or directory\`

# ToDo:
- Make installer.sh detect the current OS when setting up the mgm-hurry shell-alias in ~/.bashrc
- For Manjaro/Arch use double quotes for "$@":

        mgm-hurry() { pushd /path/to/Freqtrade-MGM &> /dev/null; python3 -m pipenv run python3 ./mgm-hurry "$@"; popd &> /dev/null; }
        

- For Ubuntu/Debian/Others use single quotes for '$@':
```bash
mgm-hurry() { pushd /path/to/Freqtrade-MGM &> /dev/null; python3 -m pipenv run...

19:34:20
25 Jul 2022
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000 removed their profile picture.19:30:00
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on issue #285: 🐞 Bug Manjaro/Arch \- Install error \`Freqtrade\-MGM/\./mgm\-hurry': \[Errno 2\] No such file or directory\`

Hi Rik, It's good to see you got to the point. I'm posting here as not the same issue but install issue. It seems to be related with the freqtrade-side installation?

WARNING - FreqtradeCli - installation_exists() failed. Freqtrade binary not found in /home/jma/Documents/Freqtrade-MGM/.env/bin/freqtrade.
ERROR - 🀷 Whaaaa.. No Freqtrade installation found. Beats me...

As well the TA-lib is not being installed correctly:
```Γ— Running setup.py install for TA-Lib did not run successful...

19:30:00
@jenovauh:matrix.orgjenovauh joined the room.20:15:26
26 Jul 2022
@_discord_761198563438231553:t2bot.ioIvanBela joined the room.09:38:32
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on issue #285: 🐞 Bug Manjaro/Arch \- Install error \`Freqtrade\-MGM/\./mgm\-hurry': \[Errno 2\] No such file or directory\`

Thank you for your full log report @Jmorzaez! :mechanical_arm:
I think I've spotted the issue in below snippet of your log report:

```log
INFO - πŸ’¨ πŸ’¨ πŸ’¨
πŸ‘‰ Install Freqtrade
πŸ’¨ πŸ’¨ πŸ’¨
πŸ‘‰ Clone Freqtrade repository and resetting to commit 4179a1a7971f9547fad16dd8ec6e252489a3e62d βœ”
πŸ‘‰ Copy Freqtrade installation
πŸ‘‰ Run Freqtrade setup
INFO - πŸ‘‰ MGM-Hurry will now run the following command for you:
export VIRTUAL_ENV_BAK=$VIRTUAL_ENV; unset VIRTUAL_ENV; exp...

23:05:37
27 Jul 2022
@_discord_545578220918013962:t2bot.ioalex.terni joined the room.17:11:09
@teraly:matrix.orgteraly joined the room.18:17:03
29 Jul 2022
@sis3020:matrix.org@sis3020:matrix.org joined the room.04:33:33
@sis3020:matrix.org@sis3020:matrix.org left the room.09:19:41
@skidson1337:matrix.org@skidson1337:matrix.org joined the room.18:16:51
@skidson1337:matrix.org@skidson1337:matrix.org left the room.19:02:16
1 Aug 2022
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on issue #285: 🐞 Bug Manjaro/Arch \- Install error \`Freqtrade\-MGM/\./mgm\-hurry': \[Errno 2\] No such file or directory\`
Jmorzaez

Hi Rik,
I've installed TA-Lib manually and it worked like a charm. I did not relate it with the freqtrade install issue... πŸ˜‘

Curiously I'd to remove the venv and run a fresh install because mgm-hurry install_freqtrade didn't work and did not return any output again. I would not consider it a problem either. All looks good now πŸ€™

Thank you for your detailed explanations and responses.

Let's tinker a bit... πŸ˜‚

21:58:12
3 Aug 2022
@_discord_852295953842569237_=47it=48ub:t2bot.ioGitHub#0000
[Rikj000/MoniGoMani] New comment on issue #285: 🐞 Bug Manjaro/Arch \- Install error \`Freqtrade\-MGM/\./mgm\-hurry': \[Errno 2\] No such file or directory\`
Rikj000

All looks good now πŸ€™

Thank you for your detailed explanations and responses.

Let's tinker a bit... πŸ˜‚

@Jmorzaez you're welcome, have fun with the MGM framework!

Also feel free to join the MGM Matrix Community or Discord Server (both are bridged with each-other),
for further discussion around MGM/Freqtrade/TA/crypto related things πŸ™‚

06:31:20
13 Aug 2022
@_discord_692051366805373009:t2bot.ioJΓΆgn changed their display name from JΓΆgn to JΓΆgn#3874.17:06:41
@_discord_692051366805373009:t2bot.ioJΓΆgn changed their display name from JΓΆgn#3874 to JΓΆgn.17:06:49
14 Aug 2022
@wisdomdeebtc:matrix.org@wisdomdeebtc:matrix.org joined the room.18:15:14
@wisdomdeebtc:matrix.org@wisdomdeebtc:matrix.org changed their display name from wisdomdeebtc to Houstonbtc.18:56:21
15 Aug 2022
@wisdomdeebtc:matrix.org@wisdomdeebtc:matrix.org left the room.08:55:25
@eligantbtc:matrix.org@eligantbtc:matrix.org joined the room.22:00:59
16 Aug 2022
@eligantbtc:matrix.org@eligantbtc:matrix.org left the room.11:03:19

Show newer messages


Back to Room ListRoom Version: 6