Merge pull request #1053 from Sirfanas/fix-venv-python3
[Python3] #1052 ImportError: cannot import name 'main'
This commit is contained in:
commit
916dc6ba2a
1 changed files with 1 additions and 1 deletions
|
@ -75,6 +75,6 @@ WORKDIR ${WORK_DIR}
|
|||
COPY --chown=user:user . ${SRC_DIR}
|
||||
|
||||
# installs buildozer and dependencies
|
||||
RUN pip3 install --user Cython==0.28.6 ${SRC_DIR}
|
||||
RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv ${SRC_DIR}
|
||||
|
||||
ENTRYPOINT ["buildozer"]
|
||||
|
|
Loading…
Reference in a new issue