spinlud / py-linkedin-jobs-scraper

MIT License
307 stars 84 forks source link

Running a code in Visual Studio #71

Closed mjurasz closed 9 months ago

mjurasz commented 9 months ago

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.

mjurasz commented 9 months ago

Fixed, the problem was wrong window for environment variable in VS.