Promisey

Results 25 comments of Promisey

https://stackoverflow.com/questions/73268630/error-could-not-build-wheels-for-pyaudio-which-is-required-to-install-pyprojec 参照这个帖子解决安装pyaudio的问题,然后才安装好Recorder,但是再尝试执行 ```python pyinstaller -F -w --add-data "./assets:assets" KeymouseGo.py -p /envs//lib/python/site-packages ``` 和 ```python pyinstaller -F -w --add-data "./assets:assets" KeymouseGo.py --hidden-import Recorder ``` 重新打包,再运行dist/KeymouseGo,还是报错ModuleNotFoundError: No module named 'Recorder'

是不是我的 keymousego-directory 填错了,还是一样的报错。

Py310这个环境就是依据您前面的回复,重新创建的。 ![image](https://github.com/taojy123/KeymouseGo/assets/15836013/122c89fa-badf-4daa-a9b6-7d24d8def872) whereis pyinstaller 命令显示路径应该没问题 ![image](https://github.com/taojy123/KeymouseGo/assets/15836013/a881e101-ffb2-4606-af8c-08119980475a) 重新打包的时候删除了build, dist,加上--clean参数,也还是报错ModuleNotFoundError: No module named 'Recorder',不过KeymouseGo-master文件夹里没找到__pycache__ 另外我发现打包的时候识别到的平台是:421 INFO: Platform: macOS-10.16-x86_64-i386-64bit,但我用的实际是MacBook air M1 2020,不知道是否和这有关。 ![image](https://github.com/taojy123/KeymouseGo/assets/15836013/8940117b-0787-4f47-98c2-333b35cf6cba)

Thank you for your reply and the detailed information provided. I did indeed follow the instructions on the provided webpage and used the Brew command to install the SQLite 0.9998...

@TallTed Deer Contributor, First of all, thank you very much for your response and help! I'm a newbie and I hope my questions can get your attention and help. Following...

Dear Developer, I would like to add some additional information regarding my issue. My ultimate goal is to connect to a SQLite database on a MacBook M1 using Tableau Desktop....

Dear maintainers and contributors, First of all, I'd like to apologize if my previous response caused any confusion. I'm a novice in this area, and I'm sincerely seeking your help....

I apologize for the confusion earlier as I mistakenly used the wrong UI software. However, I am experiencing the same issue with iODBC Administrator (Apple Silicon) as shown in the...

Yes, my username is "fox" and following your instructions to execute the command, I received the following output: ![20230428221838](https://user-images.githubusercontent.com/15836013/235173081-913e7434-bf56-46ec-8422-d46c2b877510.jpg) Thank you in advance for your help and support. Sincerely.

![image](https://user-images.githubusercontent.com/15836013/235286853-9082a7dd-6ec8-47aa-bb11-1136ac40c7f3.png)