-
Notifications
You must be signed in to change notification settings - Fork 21
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
Problems installing in sandbox mode, and migration to Python 3 #68
Comments
Dear Yves, thank you for writing in. The current version of PatZilla is a bit old, still building upon Python 2 and Node.js 11 1. I think you will only be successful with the corresponding software versions in your environment. However, on the Node.js side, it is pretty easy by using Supernode, as suggested. On the other hand, I think it will also be time to finally provide OCI images for consumption. Let me know if you are not successful, then I can work on this. With kind regards, Footnotes |
Thanks Andreas for your quick answer.
I have not yet looked for a solution. |
Hi again, feel free to keep this issue open until we've resolved the JavaScript woes.
Does running
That is dearly needed, right. Because PatZilla also lacked a comprehensive test suite, which will tremendously help with the migration, I started to write test cases a few months ago. Also, there are a few branches which already made progress on the Python migration: There is the I will try to get back to working on this, and look forward to catch some time for that in April. With kind regards, |
Yes, it did !
Interesting. I will have a look to these branches. I know Python, but not really the Web technology. |
I still have this error.
I have the latest, 6.0.5 |
Dear Yves, I can confirm the error you are observing with MongoDB 6. I will update the documentation and sandbox tooling to use a lower version. Thanks s stack for the report! With kind regards, |
Hi again, I've just added cca06a9, which will use Docker to run MongoDB 5 when invoking With kind regards, |
Hi Yves, have you been lucky running PatZilla in sandbox mode with MongoDB 5? Otherwise, please let me know if you observe further errors. With kind regards, |
Hi Andreas,
|
Hi Yves,
I've recently also recognized the problem, it is about WAF blocking, see #61 (comment). So, I've just deactivated the USPTO-related tests with 5fa5107 without further ado.
Sweet. Many thanks. Will you already take the other branches into consideration? Maybe I should rush them in first, and then you can rebase your work on top of that incrementally, and take care about the missing gaps? With kind regards, |
Please also see 1 when working on the Python 3 migration, you will need it. I will see what I can do to wrap this into a package on PyPI, to make integration seamless again. Footnotes |
For the migration, I started from the last state of the I still have a problem that the tabs |
Excellent!
I see. Don't know where this is coming from, but I may have a look.
Oh. Yes, that probably has nothing to do with Python2. I will have look, maybe tomorrow. |
FYI: You can unlock a few more test cases by exporting the |
I committed the state of my work in my repo.
I have pyparsing in 3.0.9. Error with builtins is fixed. I have warnings :
I don't understand if the fix has to be in mongoengine or in calling it. |
Very sweet, thank you! Will you submit a pull request? Then, I can look into the remaining errors, and maybe add a few fixes to the patch. Independently, I will look into the JavaScript problem at the document details chooser for navigating to Description and Claims. |
I've just created GH-69 to analyze and track this problem. Do my observations reported there actually match yours? |
Hi again,
0933634 has a corresponding fix, so GH-69 has already been resolved. The problem was very subtle, as it did not produce any error message. With kind regards, |
I'm trying to launch Patzilla in sandbox mode.
However, when I connect the page http://localhost:6543/navigator/ I get a blank page. In debug console, I found:
However, the file
/home/yves/patzilla/patzilla/node_modules/node-sass/vendor/linux-x64-83/binding.node
exists.On Internet, I found multiple answer to rebuild node-sass module, but after tenth rebuild, I convinced that something else is the cause.
I have system
node
at version 14.25.3, thus I don't understand why it saysFound bindings for the following environments: - Linux 64-bit with Node.js 11.x
The text was updated successfully, but these errors were encountered: