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

Lifelib on Python 3.10 #47

Open
ShubhamGoel96 opened this issue Mar 31, 2023 · 7 comments
Open

Lifelib on Python 3.10 #47

ShubhamGoel96 opened this issue Mar 31, 2023 · 7 comments

Comments

@ShubhamGoel96
Copy link

Hi Team,

I am not able to import Lifelib package on Python 3.10. I am able to install lifelib from command prompt and use it in Anaconda. Could anayone please help me to import this package on python. Is there any documentation available?

Regards
Shubham Goel

@fumitoh
Copy link
Member

fumitoh commented Mar 31, 2023

What does the error message say when you try to import lifelib?

@ShubhamGoel96
Copy link
Author

import lifelib
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'lifelib'

@fumitoh
Copy link
Member

fumitoh commented Apr 1, 2023

Then lifelib is probably not installed. Start an Anaconda prompt, type conda list and check if lifelib is listed.

If lifelib is not listed, install it by:

> conda install -c conda-forge lifelib

The manual installation process can be found here: https://lifelib.io/installation.html

@ShubhamGoel96
Copy link
Author

Lifelib is installed on Anaconda. I want to install it in python 3.10.

@fumitoh
Copy link
Member

fumitoh commented Apr 3, 2023

How did you get the Python 3.10? What Python distribution was it in?

@ShubhamGoel96
Copy link
Author

I got the python from - https://www.python.org/.

@fumitoh
Copy link
Member

fumitoh commented Apr 5, 2023

Then you should be able to install lifelib by:

> pip install lifelib

from Window's command prompt. Make sure the path to the Python is in PATH.

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