Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a Python virtual environment #1

Open
palto42 opened this issue Dec 31, 2018 · 0 comments
Open

Using a Python virtual environment #1

palto42 opened this issue Dec 31, 2018 · 0 comments

Comments

@palto42
Copy link

palto42 commented Dec 31, 2018

I just wanted to report my experience with using a venv for building uPyCraft on my Ubuntu 18.04 (64). This is very useful if you want to avoid conflicts with other Python codes and try out stuff.

The only small issue I found was that I had to install esptool with pip as well before running pyinstaller.

In the created venv I installed all required modules listed in your REAMDE plus esptool with pip. Then I could directly start uPyCraft.py (goos to try this before running pyinstaller). Then I run pyinstaller from within the venv and the resulting binary also works fine.

Thanks for modifying uPyCraft for QT5!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant