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

python setup.py install 时发生错误,我已经安装了urllib3=1.9,但是setup的时候每次版本都是2.0.3,识别不出来 #45

Open
xuguixinga opened this issue Jun 9, 2023 · 3 comments

Comments

@xuguixinga
Copy link

Installed /home/adas/anaconda3/envs/surroundocc/lib/python3.8/site-packages/mmdet3d-0.17.1-py3.8-linux-x86_64.egg
Processing dependencies for mmdet3d==0.17.1
error: urllib3 2.0.3 is installed but urllib3<2.0 is required by {'google-auth'}

@weiyithu
Copy link
Owner

Hi, 你试过在执行python setup.py install之前pip install urllib3==1.9吗

@xuguixinga
Copy link
Author

Hi, 你试过在执行python setup.py install之前pip install urllib3==1.9吗

是的,python setup.py install时候报这个错误,然后我就pip install urllib3==1.9。再setup.py install 还是不行,后来我就放弃了,打算报错再一个一个解决,然后我直接执行后面的步骤,后面步骤没报错。但是我在对mini数据集进行create_data时,一直报关于pandas的错误,目前卡在了这里

@xuguixinga
Copy link
Author

Hi, 你试过在执行python setup.py install之前pip install urllib3==1.9吗

是的,python setup.py install时候报这个错误,然后我就pip install urllib3==1.9。再setup.py install 还是不行,后来我就放弃了,打算报错再一个一个解决,然后我直接执行后面的步骤,后面步骤没报错。但是我在对mini数据集进行create_data时,一直报关于pandas的错误,目前卡在了这里

不知道是不是因为没有将python setup.py install 这个步骤完成导致的

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