TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.73k stars 423 forks source link

Environment setting problem(POSIXPATH error) #4

Closed ming1144 closed 5 years ago

ming1144 commented 5 years ago

I've clone this code and run pip3 -r requirement.txt

But I met some problem due to invalid arguments

ex:
os.path.join didn't support POSIXPATH

my environment is ubuntu 16.0.4 python 3.5.1

TreB1eN commented 5 years ago

could you try manually install the packages?

TreB1eN commented 5 years ago

tell me which package cause the error

TreB1eN commented 5 years ago

I'm using Python3.6

ming1144 commented 5 years ago

It seems to be a python version problem

I used python3.5 which is default version of Ubuntu 16.04 After using python3.6 problems seems to be gone