You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :-)
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
The text was updated successfully, but these errors were encountered: