Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问一下这是什么问题 #299

Closed
haobosang opened this issue Sep 5, 2023 · 1 comment
Closed

请问一下这是什么问题 #299

haobosang opened this issue Sep 5, 2023 · 1 comment

Comments

@haobosang
Copy link

Traceback (most recent call last):
File "/home/one/myhome/newweb/WeiboSpider/weibospider/run_spider.py", line 10, in
from scrapy.crawler import CrawlerProcess
File "/home/one/.local/lib/python3.10/site-packages/scrapy/init.py", line 12, in
from scrapy.spiders import Spider
File "/home/one/.local/lib/python3.10/site-packages/scrapy/spiders/init.py", line 93, in
from scrapy.spiders.crawl import CrawlSpider, Rule
File "/home/one/.local/lib/python3.10/site-packages/scrapy/spiders/crawl.py", line 14, in
from scrapy.utils.spider import iterate_spider_output
File "/home/one/.local/lib/python3.10/site-packages/scrapy/utils/spider.py", line 5, in
from scrapy.utils.defer import deferred_from_coro
File "/home/one/.local/lib/python3.10/site-packages/scrapy/utils/defer.py", line 24, in
from scrapy.utils.reactor import is_asyncio_reactor_installed
File "/home/one/.local/lib/python3.10/site-packages/scrapy/utils/reactor.py", line 5, in
from twisted.internet import asyncioreactor, error
File "/home/one/.local/lib/python3.10/site-packages/twisted/internet/asyncioreactor.py", line 19, in
from twisted.internet.posixbase import (
File "/home/one/.local/lib/python3.10/site-packages/twisted/internet/posixbase.py", line 19, in
from twisted.internet import error, tcp, udp
File "/home/one/.local/lib/python3.10/site-packages/twisted/internet/tcp.py", line 38, in
from twisted.internet._newtls import (
File "/home/one/.local/lib/python3.10/site-packages/twisted/internet/_newtls.py", line 18, in
from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol
File "/home/one/.local/lib/python3.10/site-packages/twisted/protocols/tls.py", line 40, in
from OpenSSL.SSL import (
File "/home/one/.local/lib/python3.10/site-packages/OpenSSL/init.py", line 8, in
from OpenSSL import SSL, crypto
File "/home/one/.local/lib/python3.10/site-packages/OpenSSL/SSL.py", line 19, in
from OpenSSL.crypto import (
File "/home/one/.local/lib/python3.10/site-packages/OpenSSL/crypto.py", line 3263, in
utils.deprecated(
TypeError: deprecated() got an unexpected keyword argument 'name'

@nghuyong
Copy link
Owner

应该是openssl的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants