Commit 2a169894 authored by JorgeEcheva26's avatar JorgeEcheva26
Browse files

Issue

parent 24d7a1a5
Loading
Loading
Loading
Loading
+24 −8
Original line number Diff line number Diff line
@@ -26,6 +26,22 @@ eval "$(pyenv init --path)"
    eval "$(pyenv init -)"
    eval "$(pyenv virtualenv-init -)"
    ```
OPTIONAL step: For Arm64 architecture sometimes will appear this problem 

    ```Last 10 log lines:
        __locale_localeconv in _localemodule.o
        __locale_localeconv in _localemodule.o
        __locale_localeconv in _localemodule.o
        __locale_localeconv in _localemodule.o
    "_libintl_textdomain", referenced from:
        __locale_textdomain in _localemodule.o
    ld: symbol(s) not found for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make: *** [Programs/_freeze_module] Error 1
    make: *** Waiting for unfinished jobs....´´´

    This article explains how to [solve it](https://laict.medium.com/install-python-on-macos-11-m1-apple-silicon-using-pyenv-12e0729427a9)  


2- Clone GitHub repository:

+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@
2. For developers installation is mandatory to have already installed:

- pyenv