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

[Bug]: readme tells windows is supported, but I see no windows package on pypi #362

Open
wscott-code opened this issue Jan 12, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@wscott-code
Copy link

What happened?

I wanted to tryout fastdump on my personnal computer (Windows 11). I followed setup instruction to discover there was no available windows version of the package on pypi...

What did you expect to see?

A windows version of the package on pypi, since the readme says it's compatible with windows.

What version of fastdup were you runnning on?

2.14

What version of Python were you running on?

Python 3.10, Python 3.9

Operating System

Windows 11

Reproduction steps

Follow your installation instructions on a Windows 10 computer

Relevant log output

No response

Attach a screenshot [Optional]

No response

Contact Details [Optional]

No response

@wscott-code wscott-code added the bug Something isn't working label Jan 12, 2025
@dbickson
Copy link
Collaborator

Hi @wscott-code apologies we should clarify our documentation. fastdup runs on Windows 11 assuming you install Microsoft WSL2, and run from the WSL2 terminal to pip3 install fastdup with python3.9/10/11/12. Please try it and let us know if this works.

@wscott-code
Copy link
Author

Hi @dbickson, I figured that out and managed to install it on WSL2, which by the way works with many linux only supported packages. I wonder if you can really claim Windows support when it only runs on WSL. 🤔

Now, I see maybe two remaining issues to be fixed:

  1. readme should state clearly windows is supported only through WSL
  2. is there a way to tell pipy the package is not available for windows ? otherwise, you go through all the installation process, downloading all dependencies and installing them to get the "oups couldn't find suitable archive" kind of message from pip...

I leave those decisions to you 😉
Thank's for your reactivity. I really appreciate. I will try the software as soon as I can...
Have a nice day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants