I’m having problems with zep python /u/ulvi_gulmaliyev Python Education

I installed it using pip install,and confirmed that it’s in my system,tho I’m getting these:

┌──(root㉿amnesia)-[~]

└─# pip show zep-python

DEPRECATION: Loading egg at /usr/local/lib/python3.12/dist-packages/Mentalist-1.0-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330

Name: zep-python

Version: 2.0.2

Summary:

Home-page:

Author:

Author-email:

License:

Location: /usr/local/lib/python3.12/dist-packages

Requires: httpx, pydantic, typing_extensions

Required-by:

Then when I try to import it to a project:

Python 3.12.8 (main, Dec 13 2024, 13:19:48) [GCC 14.2.0] on linux

Type “help”, “copyright”, “credits” or “license” for more information.

>>> import zep

Traceback (most recent call last):

File “<stdin>”, line 1, in <module>

ModuleNotFoundError: No module named ‘zep’

>>>

So as you can see,I’m using it on my linux desktop and not very experienced about these kind of issues
if you have encountered similar one please let me know or try this out for yourself to see how well it works.

submitted by /u/ulvi_gulmaliyev
[link] [comments]

​r/learnpython I installed it using pip install,and confirmed that it’s in my system,tho I’m getting these: ┌──(root㉿amnesia)-[~] └─# pip show zep-python DEPRECATION: Loading egg at /usr/local/lib/python3.12/dist-packages/Mentalist-1.0-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330 Name: zep-python Version: 2.0.2 Summary: Home-page: Author: Author-email: License: Location: /usr/local/lib/python3.12/dist-packages Requires: httpx, pydantic, typing_extensions Required-by: Then when I try to import it to a project: Python 3.12.8 (main, Dec 13 2024, 13:19:48) [GCC 14.2.0] on linux Type “help”, “copyright”, “credits” or “license” for more information. >>> import zep Traceback (most recent call last): File “<stdin>”, line 1, in <module> ModuleNotFoundError: No module named ‘zep’ >>> So as you can see,I’m using it on my linux desktop and not very experienced about these kind of issues if you have encountered similar one please let me know or try this out for yourself to see how well it works. submitted by /u/ulvi_gulmaliyev [link] [comments] 

I installed it using pip install,and confirmed that it’s in my system,tho I’m getting these:

┌──(root㉿amnesia)-[~]

└─# pip show zep-python

DEPRECATION: Loading egg at /usr/local/lib/python3.12/dist-packages/Mentalist-1.0-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330

Name: zep-python

Version: 2.0.2

Summary:

Home-page:

Author:

Author-email:

License:

Location: /usr/local/lib/python3.12/dist-packages

Requires: httpx, pydantic, typing_extensions

Required-by:

Then when I try to import it to a project:

Python 3.12.8 (main, Dec 13 2024, 13:19:48) [GCC 14.2.0] on linux

Type “help”, “copyright”, “credits” or “license” for more information.

>>> import zep

Traceback (most recent call last):

File “<stdin>”, line 1, in <module>

ModuleNotFoundError: No module named ‘zep’

>>>

So as you can see,I’m using it on my linux desktop and not very experienced about these kind of issues
if you have encountered similar one please let me know or try this out for yourself to see how well it works.

submitted by /u/ulvi_gulmaliyev
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *