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

Error in installing pymrmr via pip #549

Open
AliRB73 opened this issue Nov 5, 2021 · 0 comments
Open

Error in installing pymrmr via pip #549

AliRB73 opened this issue Nov 5, 2021 · 0 comments

Comments

@AliRB73
Copy link

AliRB73 commented Nov 5, 2021

I'm trying to install pymrmr. but:

Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe'.
image

Collecting pymrmr
Using cached pymrmr-0.1.11.tar.gz (69 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Using cached pymrmr-0.1.9.tar.gz (77 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Using cached pymrmr-0.1.8.tar.gz (65 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Using cached pymrmr-0.1.7.tar.gz (65 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Using cached pymrmr-0.1.6.tar.gz (65 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Using cached pymrmr-0.1.5.tar.gz (65 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Using cached pymrmr-0.1.3.tar.gz (13 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Using cached pymrmr-0.1.2.tar.gz (13 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Using cached pymrmr-0.1.1.tar.gz (13 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'

ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_afe58707e65a4c52a39898dcca70bb57\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_afe58707e65a4c52a39898dcca70bb57\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-vfs819jb'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_afe58707e65a4c52a39898dcca70bb57
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_afe58707e65a4c52a39898dcca70bb57\setup.py", line 5, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/57/b2/486b0a79d4531ad189dd685d97c3fc78f7b6ce4b13a9dff14ba8598feca5/pymrmr-0.1.11.tar.gz#sha256=6a333809798ba0d820359957b6ca07d30fe596f6c624027454d47a680200cf64 (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_bb8db09f06e14acb9850fb5700ba7e06\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_bb8db09f06e14acb9850fb5700ba7e06\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-s7k6hdpv'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_bb8db09f06e14acb9850fb5700ba7e06
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_bb8db09f06e14acb9850fb5700ba7e06\setup.py", line 5, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/c6/0c/be1f9455dbcc584e83f5bb9a40a4d036863d3ff0a80640e61d9e74e2c0f7/pymrmr-0.1.9.tar.gz#sha256=fa071434d25253aa196ca7f34c601eb65bdf307d10f8e4ee06dfab809cefca02 (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_d89747c416f244338864e4174002be07\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_d89747c416f244338864e4174002be07\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-_a0xr1bb'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_d89747c416f244338864e4174002be07
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_d89747c416f244338864e4174002be07\setup.py", line 5, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/b3/ab/903712947a2f5cd1af249132885dbd81ae8bf8cfd30fb3b3f2beddab23e8/pymrmr-0.1.8.tar.gz#sha256=44584ba60590b2d0287cab60209629b769ae5caea55669c7ddb0452993ac79c1 (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_3abdd8cd2d2044c3a42be44036d31d4b\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_3abdd8cd2d2044c3a42be44036d31d4b\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-e0whagae'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_3abdd8cd2d2044c3a42be44036d31d4b
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_3abdd8cd2d2044c3a42be44036d31d4b\setup.py", line 5, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/a7/1e/4ab34cc78bea3b177e71cfe32efe9af5b573de3132e6c944afe7a9eca5d5/pymrmr-0.1.7.tar.gz#sha256=357a0eb89e9fa1cb2ac36b454bf1d4820db5792ff124c0de80250e821db3d464 (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_a559f450c84e488ab3a6b23a4b2954c6\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_a559f450c84e488ab3a6b23a4b2954c6\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-c2cponi7'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_a559f450c84e488ab3a6b23a4b2954c6
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_a559f450c84e488ab3a6b23a4b2954c6\setup.py", line 5, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/25/68/b6c2494787532e5c2b71d3604543e31e30cd57e47fdfd457197c1546cf0f/pymrmr-0.1.6.tar.gz#sha256=a6cf9458b64ca6fa91e65ba5064cc54d4df893e6e127b408838fd0ca1d4b3b2f (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_0f6e376f21cb4b5d8a03c75c99b5bff4\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_0f6e376f21cb4b5d8a03c75c99b5bff4\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-d9021p4f'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_0f6e376f21cb4b5d8a03c75c99b5bff4
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_0f6e376f21cb4b5d8a03c75c99b5bff4\setup.py", line 5, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/1d/89/b414eb3de2dd953c3121478b9218e8c9b852e51398fc695115453dfeb559/pymrmr-0.1.5.tar.gz#sha256=a1a5fb9b62b48824fbd2771fbc545a42befee6300770bf1debc357eefd9b041f (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_772fd39409154979b2a472be7e130912\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_772fd39409154979b2a472be7e130912\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-fwlfaoy4'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_772fd39409154979b2a472be7e130912
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_772fd39409154979b2a472be7e130912\setup.py", line 6, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/ce/ef/cbec39a56bf6fef2f322628ab4989847e6fcf13af57dfb3124ce1af189a1/pymrmr-0.1.3.tar.gz#sha256=5ad285732a3e5dfd899640ab061e4b5c6cd570bbd70ebd4ef9ab76837355bfad (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_a40c0853dd2e43f2848754026bd431c1\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_a40c0853dd2e43f2848754026bd431c1\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-74vbotg_'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_a40c0853dd2e43f2848754026bd431c1
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_a40c0853dd2e43f2848754026bd431c1\setup.py", line 6, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/2e/85/5f1da84ecee6c0a7f786d8b197125696c06c9f041d7b5cfb8b5d1ed797ac/pymrmr-0.1.2.tar.gz#sha256=fb057c6f69c36fc052f192ca9bfde92118e8565643eafe41118d1315bc4afda5 (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ali RB\AppData\Local\Programs\Python\Python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_70578473f6f64921981b92b2bf0f4ae5\setup.py'"'"'; file='"'"'C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_70578473f6f64921981b92b2bf0f4ae5\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ali RB\AppData\Local\Temp\pip-pip-egg-info-oiypsy7q'
cwd: C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_70578473f6f64921981b92b2bf0f4ae5
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Ali RB\AppData\Local\Temp\pip-install-jgk0ir0v\pymrmr_70578473f6f64921981b92b2bf0f4ae5\setup.py", line 6, in
from Cython.Distutils import build_ext
ModuleNotFoundError: No module named 'Cython'

WARNING: Discarding https://files.pythonhosted.org/packages/c0/67/2f1d7b7f24dc50ff2cfc8c6b7e8b163bda504b6979bb6a6936a907330493/pymrmr-0.1.1.tar.gz#sha256=1ada3ba549aced367774fd8f01035aaf02edafb2d52f382c74f7a5353f915673 (from https://pypi.org/simple/pymrmr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement pymrmr (from versions: 0.1.4.macosx-10.12-x86_64, 0.1.1, 0.1.2, 0.1.3, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.11)
ERROR: No matching distribution found for pymrmr

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

1 participant