I created a Visual Studio 2019 (Windows 10 x64) web project (Python), installed Flask, ChromiumDriver packages and executed the command
pip install linkedin-jobs-scraper
When I try to run the code, I keep getting below error - did anyone experienced such an issue?
It is thrown when I execute scraper.run(queries) method.
[24756:16572:1001/172222.739:ERROR:persistent_memory_allocator.cc(847)] Corruption detected in shared-memory segment.
Any advice? Did I miss anything in VS config or any of its dependencies?
I have no PyCharm license, but in trial version the same code works perfectly.
I created a Visual Studio 2019 (Windows 10 x64) web project (Python), installed Flask, ChromiumDriver packages and executed the command
pip install linkedin-jobs-scraper
When I try to run the code, I keep getting below error - did anyone experienced such an issue? It is thrown when I execute scraper.run(queries) method.
[24756:16572:1001/172222.739:ERROR:persistent_memory_allocator.cc(847)] Corruption detected in shared-memory segment.
Any advice? Did I miss anything in VS config or any of its dependencies? I have no PyCharm license, but in trial version the same code works perfectly.