Open EzequielQuintana opened 10 months ago
your logs are missing the system info
aspect which shows before the initialization step.
Should look something like this:
───────────────────────────────── System Info ──────────────────────────────────
can you re-run reflex init --loglevel debug
and add that?
If reflex init
crashes before its able to output system info, can you post the bun version by running it directly?
~/.local/share/reflex/bun/bin/bun --version
.local/share/reflex/bun/bin/bun --version Instrucción ilegal (`core' generado)
El vie, 26 ene 2024 a las 14:36, Masen Furer @.***>) escribió:
If reflex init crashes before its able to output system info, can you post the bun version by running it directly?
.local/share/reflex/bun/bin/bun --version
— Reply to this email directly, view it on GitHub https://github.com/reflex-dev/reflex/issues/2449#issuecomment-1912431125, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6P2MSWLTUT5QTOKWJIPZK3YQPSR5AVCNFSM6AAAAABCJTPPDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJSGQZTCMJSGU . You are receiving this because you authored the thread.Message ID: @.***>
@EzequielQuintana okay i think you're hitting https://github.com/oven-sh/bun/issues/67, which shows up on older machines.
To confirm this theory, download the "baseline" build of bun, and extract it to ~/.local/share/reflex/bun/bin/bun
, then see if you can get the version.
https://github.com/oven-sh/bun/releases/download/bun-v1.0.25/bun-linux-x64-baseline.zip
Oh, and if you please, post the output of cat /proc/cpuinfo
Same error
sudo .local/share/reflex/bun/bin/bun --version Instrucción ilegal
El vie, 26 ene 2024 a las 14:59, Masen Furer @.***>) escribió:
@EzequielQuintana https://github.com/EzequielQuintana okay i think you're hitting oven-sh/bun#67 https://github.com/oven-sh/bun/issues/67, which shows up on older machines.
To confirm this theory, download the "baseline" build of bun, and extract it to ~/.local/share/reflex/bun/bin/bun, then see if you can get the version.
https://github.com/oven-sh/bun/releases/download/bun-v1.0.25/bun-linux-x64-baseline.zip
— Reply to this email directly, view it on GitHub https://github.com/reflex-dev/reflex/issues/2449#issuecomment-1912463016, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6P2MST4OHDNVMIXUFRFOPTYQPVH5AVCNFSM6AAAAABCJTPPDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJSGQ3DGMBRGY . You are receiving this because you were mentioned.Message ID: @.***>
Same error message PS C:\Users\acer i3\my_app_name> reflex init
reflex : The term 'reflex' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ CategoryInfo : ObjectNotFound: (reflex:String) [], CommandNo
tFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
@iddrisumohamme1 Are you using a virtual env as recommended in the docs?
yes
Same error message PS C:\Users\acer i3\my_app_name> reflex init reflex : The term 'reflex' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- reflex init
+ CategoryInfo : ObjectNotFound: (reflex:String) [], CommandNo tFoundException + FullyQualifiedErrorId : CommandNotFoundException
Can you confirm if this is still an issue?
Describe the bug Falla cuando hago reflex init To Reproduce Steps to reproduce the behavior:
Expected behavior que se ejecute correctamente
Screenshots If applicable, add screenshots to help explain your problem.
Specifics (please complete the following information):
Python Version: 3.11
Reflex Version: reflex 0.3.9 reflex-hosting-cli 0.1.6
OS: DISTRIB_ID=LinuxMint DISTRIB_RELEASE=20.3 DISTRIB_CODENAME=una DISTRIB_DESCRIPTION="Linux Mint 20.3 Una" NAME="Linux Mint" VERSION="20.3 (Una)" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 20.3" VERSION_ID="20.3" HOME_URL="https://www.linuxmint.com/" SUPPORT_URL="https://forums.linuxmint.com/" BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/" PRIVACY_POLICY_URL="https://www.linuxmint.com/" VERSION_CODENAME=una UBUNTU_CODENAME=focal
Browser (Optional):
Additional context Add any other context about the problem here.