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

Trouble installing python-mander #21

Open
michaelaoash opened this issue Aug 29, 2021 · 1 comment
Open

Trouble installing python-mander #21

michaelaoash opened this issue Aug 29, 2021 · 1 comment

Comments

@michaelaoash
Copy link

I have successfully installed and run mandeR in R and have compactnesslib, etc., installed.
I am trying to run python-mander. I am new to python. I am running python3 (on ubuntu linux 21.04). I have the virtualenv working.

When I run pip install -r requirements.txt I get errors for functools32 and wsgiref. Are these essential? If I delete these lines, the other requirements install. At this point, i.e., without functools32 and wsgiref but with everything else, python setup.py build runs without errors.

When I launch python and try import mander I get the following:

>>> import mander
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/user/Desktop/python-mander/mander/__init__.py", line 1, in <module>
    import _mander
ModuleNotFoundError: No module named '_mander'

Please let me know if you have any suggestions for installation. Thanks.

@liamrahav
Copy link

I have the same issue as above.

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