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

module use of python27.dll conflicts with this version of python #18

Open
anandkoirala opened this issue Nov 25, 2017 · 6 comments
Open

Comments

@anandkoirala
Copy link

anandkoirala commented Nov 25, 2017

Hi, @MrGF
I have compiled everything and tried to run demo.py and have to change the syntax for print function (adding parantheses) which means the code was written for python 2.. now i got an error saying module use of python27.dll conflict.. I am using python 3.6
is there any workout i can do to solve this... (as i am not using anaconda i can't activate python 2 environment and all my programs runs on python 3.6)
err

thanks,
Anand

@I3aer
Copy link

I3aer commented Nov 29, 2017

Hi Anand,

You can install python2.7 if you are using Anaconda and then activate it. setup.py uses python27.dll but you dont have them.

@taosean
Copy link

taosean commented May 29, 2018

@anandkoirala Hi Anand, have you solved this problem, I almost had the same problem as yours.

@anandkoirala
Copy link
Author

@taosean I think I used python2.7 and it worked... I could not remember because since then I am using the official py-faster-rcnn https://github.com/rbgirshick/py-faster-rcnn and worked on it without any problem.

@taosean
Copy link

taosean commented May 29, 2018

@anandkoirala I am using python3.5 on Windows since tensorflow on Windows only supports python 3.5 or 3.6. This is a little bit annoying.

@lvZic
Copy link

lvZic commented Jul 11, 2018

@I3aer i met the same problem as @anandkoirala , but the platform is windows7, so the tensorflow only support >= 3.0. So how to fix it?

@lvZic
Copy link

lvZic commented Jul 11, 2018

@taosean I met the same problem as u, so have u fixed it now and how?

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

4 participants