BlackHill de Eagle
Results
2
comments of
BlackHill de Eagle
> >  > > 把vite.config.ts配置中的 base: path.resolve(__dirname, '/dist/') 改成上面的试试。 改成 base: path.resolve(__dirname, './dist/').replace(new RegExp('\\' + path.sep, 'g'), '/'),, 因为在Windows上,不加 replace的话解析路径不对,可以在生成的index.html里面看到解析的路径。 更新:使用 base: "./" 就可以了,更简单。
I have installed with "pip install opencv-contrib-python", but it still said: `AttributeError: module 'cv2.cv2' has no attribute 'DescriptorExtractor_create'`