-
Notifications
You must be signed in to change notification settings - Fork 84
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
downloaded caffe.proto cannot be read, saying FileNotFoundError, win10, python3 #8
Comments
The |
@asa008 Do you solve the problem? |
Maybe it's some file path issue. Please print out the arguments before the protoc call, this will help you to debug the problem |
For me, @asa008, @YeRen123455 Verify your system can find
If it's not found, then append your
%userprofile%\Anaconda2\envs\ENV_NAME\Lib\site-packages\torch\bin So in theory, run this first and you should be good. Update {ENV_NAME} to your conda env |
Although I added my local path in line 386, I still prompted that the file could not be found and printed local_ caffe_ Proto, it's right. What should I do,thanks |
Sorry, I'm not working on this project anymore. Your best bet is adding print commands and debugging it yourself |
Traceback (most recent call last):
File "caffe2PytorchTry001.py", line 7, in
caffe_proto = 'https://raw.githubuserco
File "F:\Projects\VesselSupportClassify2
self.net_param = initialize(caffe_proto
File "F:\Projects\VesselSupportClassify2
subprocess.check_call(['protoc', '--pro
File "C:\Users\q\AppData\Local\Program
retcode = call(*popenargs, **kwargs)
File "C:\Users\q\AppData\Local\Program
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\q\AppData\Local\Program
restore_signals, start_new_session)
File "C:\Users\q\AppData\Local\Program
startupinfo)
FileNotFoundError: [WinError 2] system cannot find out this file
while the file do exists in temp file, but cannot be read
not work on win10, python 3
can you help me to solved this problem?
The text was updated successfully, but these errors were encountered: