Closed ruilvo closed 5 months ago
Usable using the ALP4.py file as "file module". I put the ALP4.py file alongside my main file and I could import it and use it. Other bugs found.
I fixed this in my version, you have to add
package_dir={'': 'src'},
to setup.py arguments.
I submitted a pull request so will probably be fixed soon :). cheers! Dirk
Hey!
I installed the module using
pip
, usingeasy_install
and usingpython setup.py install
and regardless of what I do I always get:pip
says:Requirement already satisfied: ALP4lib in c:\anaconda3\lib\site-packages
But the error persists regardless...
Thank you by all your work!