scrapy-examples icon indicating copy to clipboard operation
scrapy-examples copied to clipboard

程序运行不了,只是运行了豆瓣的文件

Open zilan830 opened this issue 7 years ago • 2 comments

File "/Users/lifuyi/www/scrapy-examples/misc/middleware.py", line 3, in <module> from agents import AGENTS ModuleNotFoundError: No module named 'agents'

不知道为什么会报这个错 然后可以改成兼容python3吗?我目前已经把print个expert改了。然后还遇到一些包引用问题。

zilan830 avatar Jul 20 '18 09:07 zilan830

所以这个问题现在解决了吗?

keleqnma avatar Dec 02 '19 12:12 keleqnma

我是pip install了agents,然后报错“line 2, in from agents import AGENTS ImportError: cannot import name 'AGENTS' ”。。 给我跳出一大堆tensorflow错误。。看了一下agents包的描述,“Efficient TensorFlow implementation of reinforcement learning algorithms.” 额,这是用强化学习生成路由??

keleqnma avatar Dec 02 '19 12:12 keleqnma