Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help testing the lib on multiple platforms. #2

Open
4 of 10 tasks
THEGOLDENPRO opened this issue Aug 16, 2024 · 3 comments
Open
4 of 10 tasks

Need help testing the lib on multiple platforms. #2

THEGOLDENPRO opened this issue Aug 16, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@THEGOLDENPRO
Copy link
Owner

THEGOLDENPRO commented Aug 16, 2024

I have released fastapi-tailwind on pypi with wheels for each platform and CPU arch just like tailwind releases it's binaries.

Now I need some people to do me a big favour and test the library on their platform.

Here's the list of platforms that need to be tested:

  • Windows
    • x86_64 (aka x64, amd64)
    • arm64
  • Linux
    • x86_64
    • arm64 (aka aarch64) (all I know is that the install works, lmao)
    • armv7 (aka armv7l)
  • MacOS
    • x86_64
    • arm64

How to test?

  1. Install the lib from pypi with pip:
pip install fastapi-tailwind

If that is successful, you have two options:

or

  • Clone the repo then run the ready made examples (this might take a long while as it will also pull the binaries)
git clone https://github.com/THEGOLDENPRO/fastapi-tailwind
cd fastapi-tailwind
cd examples/hello-world-app
fastapi dev

If this all runs that means it's all working so let me know.

@THEGOLDENPRO THEGOLDENPRO added the help wanted Extra attention is needed label Aug 16, 2024
@THEGOLDENPRO
Copy link
Owner Author

@r3tr0ananas windows works right?

@r3tr0ananas
Copy link
Contributor

@r3tr0ananas windows works right?

yes windows works

@jonathanbouchet
Copy link

I posted a bug report for the install on Mac but the project file does not mention it explicitly

 'Operating System :: Microsoft :: Windows :: Windows 11',
 'Operating System :: Microsoft :: Windows :: Windows 10',
 'Operating System :: POSIX :: Linux',

Happy to help if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants