python3 -m build . not working #9
Replies: 2 comments
-
make sure that you are in the project's root directory when attempting to run the build command. There is also a sub directory with the same name. You may have accedently tried to build the package in the pyaqsapi sub directory. The root directory has both files availble. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have updated the README to help clarify that building should be done in the projects root directory. Hopefully that will make things clearer for others wanting to build the package. See a39ff6c. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm trying to install pyaqsapi but I'm repeatedly getting this error message:
ERROR Source . does not appear to be a Python project: no pyproject.toml or setup.py
What should I do? Thank you for reading!
Beta Was this translation helpful? Give feedback.
All reactions