ptwz / python_wizard

Command line LPC analysis tool to generate bitstreams for the Texas Instruments TMS5220 chip
MIT License
40 stars 12 forks source link

Question: Error when running file #15

Closed maanika closed 3 years ago

maanika commented 3 years ago

Hi @ptwz Amazing code btw ! I tried loading the application, i have python 3.9 installed along with spicy. But i keep getting this error when i run setup.py

C:\Users\"username"\AppData\Local\Programs\Python\Python39\lib\site-packages\setuptools\distutils_patch.py:25: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first. warnings.warn(

Any guidance is much appreciated Thanks

maanika commented 3 years ago

Solved :)