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

Doesn't run on non-windows #12

Closed
3chospirits opened this issue May 27, 2023 · 3 comments
Closed

Doesn't run on non-windows #12

3chospirits opened this issue May 27, 2023 · 3 comments

Comments

@3chospirits
Copy link

Would specify in the requirements that this only works on windows. pywin doesn't work on other OS.

@Anil-matcha
Copy link
Contributor

Can you try removing that requirement and run. It should work

@dsuriano
Copy link

Confirmed @Anil-matcha's suggestion does indeed fix the error I was recieving as well:
ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none)
ERROR: No matching distribution found for pywin32==306

Open ./server/requirements.txt and remove line 97: pywin32==306.

@Anil-matcha
Copy link
Contributor

@3chospirits Closing the issue as has been fixed by #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants