version-fox / vfox-python

🐍Python plugin for vfox.
https://vfox.lhan.me
Apache License 2.0
8 stars 0 forks source link

Filter python versions for which no installer is provided for Windows. #8

Open jhesqqq opened 7 months ago

jhesqqq commented 7 months ago

Version 0.2.3 OS Windows

Describe the bug No matter whether I install Python through search or install, it always throws an error. I don't encounter any errors when installing other environments like Java. I have tried two plugins for Python and they both give the same error message.

Screenshots[optional] This is a screenshot of search image

aooohan commented 7 months ago

image Curious, I just tried it and there's no problem.

You can remove those plugins by vfox remove python and try it again and please post output content of vfox -v command if it still can not be used.

jhesqqq commented 7 months ago

Some versions can be like 3.10.6, but others cannot, such as 3.8.18. image image

This is the vfox version image

aooohan commented 7 months ago

image

This error No available installer found for current version is ok. Because 3.8.18 only provides the source code and not provides the windows binaries installer. But this error is not the same as the one you posted initially, so I don’t know how the first error attempt to call a non-function object occurs.

aooohan commented 7 months ago

https://www.python.org/ftp/python/3.8.18/ https://www.python.org/ftp/python/3.10.6/

jhesqqq commented 7 months ago

I am deeply sorry.

Due to owning two computers, I didn't realize that the earliest version installed on this one was only 0.2.2, which caused the first error attempt to call a non-function object to occur.

Since version 3.8.18 only provides source code and I noticed that starting from 3.7.9, only source code is provided as well, it would be helpful to indicate that it cannot be used after mentioning the version.