Replies: 2 comments
-
Are you using Python 3.10? It seems that the error you're encountering is due to the lack of support for the bdist_wheel command. The bdist_wheel command is used to build Python packages in a format that can be easily installed by package managers. However, starting from Python 3.10, bdist_wheel is no longer supported. While some issues that may arise in Python 3.10 have been addressed, it appears that bardapi is not yet stable on Python 3.10. We will try to find and take action on any possible fixes or updates that can be made at the package level to address this issue. Please try the following approach: pip install wheel Running this command will build the package in source distribution format, and you'll find a pip install dist/package-name-version.tar.gz If the error persists, you can correct it by explicitly adding setup_requires in
If other users also report similar errors, I will make further adjustments. I would appreciate it if you could let me know whether the problem is resolved or continues. |
Beta Was this translation helpful? Give feedback.
-
hi @dsdanielpark
|
Beta Was this translation helpful? Give feedback.
-
it SHow this
Beta Was this translation helpful? Give feedback.
All reactions