selimrbd / py-obsidianmd

Python interface to your Obsidian notes
BSD 3-Clause "New" or "Revised" License
262 stars 21 forks source link

unable to install #11

Open brtbt opened 1 year ago

brtbt commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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