Python Forum
multiprocessing doesnt contain some modules(shared_memory)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiprocessing doesnt contain some modules(shared_memory)
#1
I'm using pycharm and when I try to do
from multiprocessing import shared_memory
pycharm tells me is a wrong line of code, how do I get multiprocessing package with shared_memory module in it?
Reply
#2
https://docs.python.org/3.8/library/mult...emory.html

it's new in 3.8. what version do you use?
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
using 3.7 upgrade now thanks
Reply
#4
other modules are not working now with 3.8 so seems I can't use shared_memory for now..
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  I have two Same Code but One of them Doesnt Work beginner721 6 3,003 Jan-22-2021, 10:56 PM
Last Post: beginner721
  code doesnt return anything ofrihemo 3 1,987 Jun-30-2020, 05:14 PM
Last Post: ofrihemo
  multiprocessing.shared_memory bronlib 2 2,741 Jun-14-2020, 02:28 PM
Last Post: bronlib
  why doesnt the while loop run? supermane 3 3,044 Aug-04-2018, 06:01 AM
Last Post: wavic
  Why does this work and this doesnt= puruvaish24 1 2,558 May-22-2018, 03:58 AM
Last Post: scidam
  Python code doesnt run tsetsko 3 3,755 Sep-02-2017, 01:47 PM
Last Post: tsetsko
  Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1 bmohanraj91 6 8,351 May-25-2017, 08:15 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020