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

Linux compatibility #10

Open
clabe45 opened this issue May 8, 2023 · 3 comments
Open

Linux compatibility #10

clabe45 opened this issue May 8, 2023 · 3 comments

Comments

@clabe45
Copy link

clabe45 commented May 8, 2023

Hi, this looks like a really cool project! I wanted to give it a try on arch linux, but when I install the venv_requirements.txt dependencies in a virtual environment with python 3.8, I get the following error:

ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9,<4.0; 2.10.0 Requires-Python >=2.7,<3.0; 2.3.0 Requires-Python >=2.7,<3.0; 2.4.0 Requires-Python >=2.7,<3.0; 2.5.0 Requires-Python >=2.7,<3.0; 2.6.0 Requires-Python >=2.7,<3.0; 2.7.0 Requires-Python >=2.7,<3.0; 2.8.0 Requires-Python >=2.7,<3.0; 2.9.0 Requires-Python >=2.7,<3.0; 8.13.1 Requires-Python >=3.9; 8.13.2 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement pywin32==304 (from versions: none)
ERROR: No matching distribution found for pywin32==304
@gia-guar
Copy link
Owner

gia-guar commented May 9, 2023

Thanks! You should try with Python 3.9

@clabe45
Copy link
Author

clabe45 commented May 9, 2023

It still results in the same error. Running pip install pywin32 in the virtual environment outputs:

ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32

It's because pyenv32 isn't compatible with linux

@gia-guar
Copy link
Owner

I'm afraid I can't help you. I'm not practical with Linux. Maybe try to intall pywin https://www.geeksforgeeks.org/how-to-install-pywin32-on-linux/amp/

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

2 participants