Skip to content

Set a path to virtual env(no general env) when convert to exe #385

Discussion options

You must be logged in to vote

auto-py-to-exe will get the modules from the current environment - so if you installed auto-py-to-exe in the main env and then your dependencies in a virtual env, auto-py-to-exe cannot see the dependencies in the virtual env.

My recommendation is to install auto-py-to-exe in the virtual env and validate you are running the correct one by using where auto-py-to-exe - the top row should point to inside your virtual env folder.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PawelKinczyk
Comment options

Answer selected by PawelKinczyk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants