已有一个OCI计算实例,Oracle Linux 7.9,1OCPU,16G内存:
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte O…
第一次使用spring boot starter项目遇到的问题,记录下
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/boot/SpringApplication has been compiled by a more recent version of the Java Runtime (class fi…
跑pytorch代码报错AttributeError: module ‘distutils’ has no attribute ‘version’ Traceback (most recent call last): File “D:/pycharm_envir/gaozhiyuan/Segmentation/pytorch_segmentation/deeplabv3-plus-pytorch-main/train.py”, line 16, in from utils.callb…
一、问题现象:
在编译VPP执行make install-ext-deps时报错缺失meson源码: ls: cannot access /root/vpp/vpp/build/external/downloads/meson*: No such file or directory Looking in links: /root/Downloads Downloading https://files.pythonhosted.…
在使用jupyter时提示我numpy版本过低:
UserWarning: A NumPy version >1.18.5 and <1.26.0 is required for this version of SciPy (detected version 1.16.6warnings.warn(f"A NumPy version >{np_minversion} and <{np_maxversion}"
pip…
The default superclass, "javax.servlet.http.HttpServlet", according to the projects Dynamic Web Module facet version (3.1), was not found on the Java Build Path.
1.右键项目 2.点击Properties 3.点击Java Build Path,右边找到Libraries&…
SpringBoot项目运行报错:Unsupported class file major version 61
原因:编译版本不对
解决:IDEA->Settings->Compiler->Java Compiler->修改(我是17改成8)