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

AttributeError: 'ParsedRequirement' object has no attribute 'req' #114

Open
Jigyasa3 opened this issue Mar 19, 2021 · 0 comments
Open

AttributeError: 'ParsedRequirement' object has no attribute 'req' #114

Jigyasa3 opened this issue Mar 19, 2021 · 0 comments

Comments

@Jigyasa3
Copy link

Jigyasa3 commented Mar 19, 2021

Hey All

I am trying to install the github version of blobtools and running into the following error. Please find the code to reproduce the error.
module load python/3.7.3
module load samtools/1.9

git clone https://github.com/DRL/blobtools.git
cd blobtools/

python3 setup.py install --user

error-

Traceback (most recent call last):
  File "setup.py", line 18, in <module>
    reqs = [str(ir.req) for ir in install_reqs]
  File "setup.py", line 18, in <listcomp>
    reqs = [str(ir.req) for ir in install_reqs]
AttributeError: 'ParsedRequirement' object has no attribute 'req'


My workaround was to install the blobtools_v1.1.1 version using python/2.7.18. I get the same error as above with python/3.5.2 and python/3.7.3.

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