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

Traceback (most recent call last): File "/plip/plip/plipcmd.py", line 16, in <module> from plip.basic import config, logger ModuleNotFoundError: No module named 'plip' #132

Open
MarcAmil30 opened this issue Aug 15, 2022 · 1 comment

Comments

@MarcAmil30
Copy link

Describe the bug
When following the documentation of plip. It states to simplify access to plip by $ alias plip= `python` <absolute path>/plip/plipcmd.py. When inputting this into the terminal and running plip. I get the error.

Traceback (most recent call last):
  File "<absolute path>/plip/plip/plipcmd.py", line 16, in <module>
    from plip.basic import config, logger
ModuleNotFoundError: No module named 'plip'

I wanted to ask how to solve this issue?

Expected behavior
I expected plipcmd.pycode to run without any error.

Desktop (please complete the following information):

  • OS: iOS
  • Browser = chrome
@fkaiserbio
Copy link
Contributor

Hi,

please provide details on how you've installed PLIP. What is your PYTHONPATH environment variable? Did you try the Docker version of PLIP, it will make it very easy to use.

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