当前,我在Linux操作系统中安装了laravel 8,没有任何错误,因此我开始使用简单的博客文章应用程序,而当我运行import tensorflow as tf
tf.convert_to_tensor(
value, dtype=None, dtype_hint=None, name=None
)
时,出现以下错误。
<ScrollView horizontal={true}>
foo.map((text) => {
<Text style={{fontSize: 30, paddingHorizontal: "3%", marginHorizontal: "5%", backgroundColor: "white" }}>{Text}</Text>
}
</ScrollView>
我在这里和其他站点搜索我的问题,但是找不到确切的解决方案。 希望得到一个
答案 0 :(得分:1)
检查文件.env。确保其正确。
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_username
DB_PASSWORD=your_password
以防万一,您输入了正确的凭据,但它仍然不起作用,您可以:
从根目录/ boostrap / chache /文件中删除缓存文件并运行应用程序