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

unable to install #11

Open
brtbt opened this issue Dec 5, 2022 · 2 comments
Open

unable to install #11

brtbt opened this issue Dec 5, 2022 · 2 comments

Comments

@brtbt
Copy link

brtbt commented Dec 5, 2022

when i give the install cmd, i get the below errors.

ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.10,<4.0; 0.1.1 Requires-Python >=3.10,<4.0; 0.1.2 Requires-Python >=3.10,<4.0; 0.1.4 Requires-Python >=3.10,<4.0; 0.1.6 Requires-Python >=3.10,<4.0; 0.1.7 Requires-Python >=3.10,<4.0
ERROR: Could not find a version that satisfies the requirement py-obsidianmd (from versions: none)
ERROR: No matching distribution found for py-obsidianmd

help me out

@jankatins
Copy link

It tells you that your python version is too old. What does python --version output? My guess would be something like 3.9.x. In this case: update python to 3.10 :-)

@selimrbd
Copy link
Owner

selimrbd commented Dec 5, 2022

Hi @brtbt , @jankatins is correct py-obsidianmd currently requires python 3.10 to work.

Let us know if the problem is resolved when you upgrade your python.

Note: I'll probably relax that dependency in the future to include older versions of python

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

3 participants