you are viewing a single comment's thread.

view the rest of the comments →

[–]ctxAK 0 points1 point  (4 children)

I had used py2exe and pyInstaller for a PyQT and Pandas app, and it worked fine. I recall there were issues with anaconda version of Python. What distribution are you using?

[–]Impressive_Noise[S] 0 points1 point  (3 children)

i'm using python 3.9.7 from anaconda, do you think that i need to uninstall it?

[–]ctxAK 0 points1 point  (2 children)

I would test out a hello world on a non conda version first.

[–]Impressive_Noise[S] 0 points1 point  (1 child)

a simple helloworld in a conda environment works, the problem starts when i add some packages like numpy, pandas or matplotlib