首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏容器计算

    【Golang】no matching versions for query “latest“

    虽然看到有些旧项目直接通过 require 可以用,但是如果 latest 的包对 go.mod 修改过,比如变成 v2 之类的,例如下面这个项目,他是 workd的。

    4.6K20发布于 2021-01-14
  • 来自专栏码匠的流水账

    聊聊golang的Pseudo-versions

    序 本文主要研究一下golang的Pseudo-versions Pseudo-versions 定义 Pseudo-versions,中文大概是伪版本的意思,就是没有打语义版本tag(semantic 小结 go的Pseudo-versions有点类似maven的snapshot的概念,都是基于时间戳的方式,不过go的仓库是基于git仓库的,所以带上了commit的hash信息。 doc • Pseudo-versions[1] • Where pseudo version with non-existent tag[2] • Why go module pseudo version [3] • Go Big With Pseudo-Versions and GoCenter[4] 外部链接 [1] Pseudo-versions https://golang.org/cmd/go and GoCenter https://jfrog.com/blog/go-big-with-pseudo-versions-and-gocenter/

    59410编辑于 2022-06-08
  • 来自专栏码匠的流水账

    聊聊golang的Pseudo-versions

    序 本文主要研究一下golang的Pseudo-versions Pseudo-versions 定义 Pseudo-versions,中文大概是伪版本的意思,就是没有打语义版本tag(semantic 小结 go的Pseudo-versions有点类似maven的snapshot的概念,都是基于时间戳的方式,不过go的仓库是基于git仓库的,所以带上了commit的hash信息。 doc Pseudo-versions Where pseudo version with non-existent tag Why go module pseudo version have a specific Go Big With Pseudo-Versions and GoCenter

    1.2K40编辑于 2022-05-16
  • 来自专栏小工匠聊架构

    Android’s PreferenceActivity for all API versions

    documentation is not very clear how one would create a single PreferenceActivity that could play well in all versions , utilizing the newest features if you have it and avoiding an app crash on older Android versions. deal of time on the subject, I have come up with a single class solution that will work in all Android versions R.xml.app_prefs_cat3); } } @Override public void onBuildHeaders(List On older Android versions PrefsActivity.class); Now that you have a descendant class like this one, you can freely use it in all versions

    37710发布于 2021-08-16
  • 来自专栏JusterZhu

    .NET and C# Versions - 812 Update

    Sources .NET and C# Versions - 20th Anniversary ♥ .NET and C# Versions - 7/11 Update What’s new in .NET

    23510编辑于 2023-11-22
  • this version of the Java Runtime only recognizes class file versions up to 55.0

    Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions

    44310编辑于 2025-07-15
  • 来自专栏Android、鸿蒙开发

    Resolved versions for app (26.1.0) and test app (27.1.1) differ.

    Resolved versions for app (26.1.0) and test app (27.1.1) differ.

    55830发布于 2020-09-25
  • Only the versions between 2017 and 2022

    Only the versions between 2017 and 2022 (inclusive) are supported!

    18100编辑于 2025-07-21
  • 来自专栏CSDN搬移文章

    ERROR: Could not find a version that satisfies the requirement openpyxl==3.0.9 (from versions: none)

    2.确认python版本和 openpyxl 是否兼容(我是3.9python 为了兼容特定下载的openpyxl3.0.9)

    48310编辑于 2024-05-07
  • 来自专栏机器人课程与技术

    UserWarning: Usage of dash-separated ‘script-dir‘ will not be supported in future versions. 笔记

    setuptools/dist.py:723: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions setuptools/dist.py:723: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions dist.py:723: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions setuptools/dist.py:723: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions dist.py:723: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions

    1.7K10编辑于 2022-06-30
  • 来自专栏软件研发

    解决To fix this you could try to: 1. loosen the range of package versions you‘ve s

    解决 "To fix this you could try to: 1. loosen the range of package versions you've specified" 错误在进行软件开发过程中 然而,有时候当我们指定的软件包版本范围过严格时,可能会出现一个错误信息:"To fix this you could try to: 1. loosen the range of package versions 解决方法解决 "To fix this you could try to: 1. loosen the range of package versions you've specified" 错误,我们需要放宽对软件包版本的限制 以上是解决 "To fix this you could try to: 1. loosen the range of package versions you've specified" 错误的几种方法 express": "1.0.0" }}然而,当我们尝试安装依赖时,可能会遇到 "To fix this you could try to: 1. loosen the range of package versions

    3.2K20编辑于 2023-10-27
  • 来自专栏九州牧云

    Uninstall all those broken versions of MySQL and re-install it with Brew on Mac Mavericks

    remove-mysql-from-macos-or-osx-via-the-command-line/; (2)https://coderwall.com/p/os6woq/uninstall-all-those-broken-versions-of-mysql-and-re-install-it-with-brew-on-mac-mavericks

    60410发布于 2019-08-21
  • #error -- unsupported Microsoft Visual Studio version Only the versions 2012, 2013, 2015 and 2017

    gcc versions later than 7 are not supported! 打开host_config.h文件,修改下面字段 大于自己的版本即可

    16400编辑于 2025-07-20
  • 来自专栏InvQ的专栏

    .VMVersionMismatchException: Supported versions are 25.192-b12. Target VM is 25.232-b04

    Error attaching to process: sun.jvm.hotspot.runtime.VMVersionMismatchException: Supported versions are

    1.3K30发布于 2020-11-24
  • 来自专栏【Android开发基础】

    Could not get unknown property ‘versions‘ for object of type com.android.build.gradle.AppExtension

    ", ] ext.libraries = [ supportAppCompat : "com.android.support:appcompat-v7:$versions.supportLibs ", supportRecyclerView : "com.android.support:recyclerview-v7:$versions.supportLibs", buildToolsVersion '28.0.3' defaultConfig { applicationId versions.applicationId minSdkVersion versions.minSdk targetSdkVersion versions.targetSdk versionCode change.code libraries.supportAppCompat implementation project(':lib-todaystepcounter') } 再说回我们的这个错误,就是因为这个找不到versions

    1.2K10编辑于 2023-02-10
  • 来自专栏IT杂谈学习

    【Python】已解决:ERROR: Could not find a version that satisfies the requirement easyocr (from versions: n

    已解决:ERROR: Could not find a version that satisfies the requirement easyocr (from versions: none) ERROR 然而,有时在尝试安装该库时,会遇到以下错误: ERROR: Could not find a version that satisfies the requirement easyocr (from versions

    45400编辑于 2025-05-22
  • 来自专栏猫头虎博客专区

    如何解决ERROR: Could not find a version that satisfies the requirement requests==2.20.0 (from versions:

    如何解决ERROR: Could not find a version that satisfies the requirement requests==2.20.0 (from versions: none 但有时会遇到类似如下的错误信息: ERROR: Could not find a version that satisfies the requirement requests==2.20.0 (from versions

    2.8K00编辑于 2025-05-12
  • 来自专栏IT杂谈学习

    【Python】已解决:ERROR: Could not find a version that satisfies the requirement re(from versions: none)

    已解决:ERROR: Could not find a version that satisfies the requirement re(from versions: none) 一、分析问题背景 然而,有时在尝试安装某个包时,可能会遇到“ERROR: Could not find a version that satisfies the requirement re (from versions install re 当我们运行上述命令时,会出现如下报错信息: ERROR: Could not find a version that satisfies the requirement re (from versions 通过以上步骤和注意事项,可以有效避免并解决“ERROR: Could not find a version that satisfies the requirement re(from versions

    2.3K10编辑于 2024-09-13
  • 来自专栏猫头虎博客专区

    轻松解决ERROR: Could not find a version that satisfies the requirement XX (from versions: none) ERROR: N

    解决pymysql安装错误全指南 摘要 遇到了ERROR: Could not find a version that satisfies the requirement pymysql (from versions

    4.5K40编辑于 2024-04-09
  • 来自专栏IT杂谈学习

    【Python】已解决:ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)

    pip安装OpenCV时,用户可能会遇到以下错误信息: ERROR: Could not find a version that satisfies the requirement cv2 (from versions

    1.3K00编辑于 2025-05-23
领券