Closed Dalfoss closed 6 years ago
Probably because the latest version is on Github and not npm.
That's right, microcule on npm was last updated two years ago (6.0.0), and is outdated. I think the README needs an update on how to install this package.
Seems like this project isn't being actively maintained but it looks amazing and I hope the npm package can be updated 🤞
I have run in to a problem, trying to use microcule with python 3.5.3 in virtualenv.
I am currently on Debian 9 Stretch (stable). My version of npm was installed from
https://deb.nodesource.com/setup_9.x
And not from the official apt repository, as it wasn't properly maintained, and therefore isn't present in the official apt repo.When trying to use use Microcule with python3, i was presented with the following error.
Looking in to it a little, i found that, there seems to be a discrepancy in the content of the file
microcule/bin/binaries/lib/python/microcule/__init__.py
on github, and the file one gets when microcule is installed according to the recommended "npm install -g microcule"On Github there is an if else statement, distinguishing between python versions < 3 and others.
This if else statement is not present in the microcule installed by npm, the first lines of my local file looks like this instead.