Coder Social home page Coder Social logo

Comments (4)

junzis avatar junzis commented on July 30, 2024

I guess maybe you can try the Windows Linux Subsystem? https://docs.microsoft.com/en-us/windows/wsl/

Sorry that I don't have a better recommendation, since I haven't used windows for a very long time...

from pymodes.

paulmadejong avatar paulmadejong commented on July 30, 2024

I ran into the same issue on macOS and adding multiprocessing.set_start_method("fork") at the top (before any call that uses multiprocessing) fixed it for me.

from pymodes.

raviandri avatar raviandri commented on July 30, 2024

Thanks for your suggestion @paulmadejong. Will try it

from pymodes.

appaie avatar appaie commented on July 30, 2024

hey ive got a similar problem
Windows Python 3.11.8 In PyCharm environment
`Package Version


numpy 1.26.4
pip 23.2.1
pymodes 2.17
pyrtlsdr 0.3.0
pyrtlsdrlib 0.0.2
pyzmq 24.0.1
setuptools 68.2.0
wheel 0.41.2
windows-curses 2.3.2`

i get this error:
File "E:\JetBrains\PycharmProjects\Diplomarbeit_Radar_im-Eigenheim\.venv\Scripts\modeslive.exe\__main__.py", line 7, in <module> File "E:\JetBrains\PycharmProjects\Diplomarbeit_Radar_im-Eigenheim\.venv\Lib\site-packages\pyModeS\streamer\modeslive.py", line 139, in main recv_process.start() File "E:\Python\Lib\multiprocessing\process.py", line 121, in start self._popen = self._Popen(self) ^^^^^^^^^^^^^^^^^ File "E:\Python\Lib\multiprocessing\context.py", line 224, in _Popen return _default_context.get_context().Process._Popen(process_obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\Python\Lib\multiprocessing\context.py", line 336, in _Popen return Popen(process_obj) ^^^^^^^^^^^^^^^^^^ File "E:\Python\Lib\multiprocessing\popen_spawn_win32.py", line 95, in __init__ reduction.dump(process_obj, to_child) File "E:\Python\Lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) ValueError: ctypes objects containing pointers cannot be pickled

did the solution @paulmadejong stated fixed the issue and if yes could u explain the steps

id appreciate it thank u

best regards

from pymodes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.