csgoh / processpiper

An open source python library to generate business process diagram using code or plain text.
https://github.com/csgoh/processpiper
MIT License
148 stars 10 forks source link

ModuleNotFoundError: No module named 'processpiper' #38

Closed edqu1 closed 4 months ago

edqu1 commented 7 months ago

I have installed it, updated it and also checked that all the dependencies are installed, and still receive the error in the title.

I know it must not be a path problem or an installation problem of my Python bcs all other packages work.

csgoh commented 7 months ago

Hi,

Sorry for late reply, I am currently on holiday.

Can you provide more information?

CS

edqu1 commented 7 months ago

Hello,

The code used is the installation test:

""" from processpiper import version

version.version """

Using: Python 3.9.13 64-bit | Qt 5.15.2 | PyQt5 5.15.7 | Windows 10

I´m not sure what info you require for the folder structure.

I attach the next just in case:

c:\users\ed_qu\appdata\roaming\python\python311\site-packages\processpiper-0.5.0.dist-info\*
c:\users\ed_qu\appdata\roaming\python\python311\site-packages\processpiper\*
c:\users\ed_qu\appdata\roaming\python\python311\site-packages\tests\*
csgoh commented 7 months ago

Hi, sorry for the late response. I am on holiday currently.

There is a few things you could try:

csgoh commented 4 months ago

Closing this as I did not hear further updates from @edqu1