GithubHelp home page GithubHelp logo

Comments (4)

JdeH avatar JdeH commented on July 25, 2024

This was only a matter of setting proper access rights.

from transcrypt.

shaolo1 avatar shaolo1 commented on July 25, 2024

When I install via 'sudo python3 setup.py install' and then try to compile my code via 'transcrypt -b -n somefile.py' I get permission errors about sourcemaps.
I worked around this by installing via 'sudo python3 setup.py develop'

from transcrypt.

JdeH avatar JdeH commented on July 25, 2024

You're right about this.
I am not completely sure what's causing this, but I think it's the fact that some sourcemaps come with the installation, which are than only overwriteable with administrator rights.
I'll mark this as a bug and see what I can do to change it, e.g. by deleting the maps before creating the installation.
The same holds for some .js files produced in a build, but it's hard to delete the right ones systematically since modules can also be 'js only'.
As a first step I'll reopen this as a bug!

from transcrypt.

JdeH avatar JdeH commented on July 25, 2024

I've delved into this. Transcrypt needs write access to it's installation, even if the map files aren't there. There are several ways to achieve this. You're workaround is one of them, chmod 777 the installation dir is another (I don't say that's right, I just say it's possible...).

But actually the neatest way to solve this for the average user, is to use virtualenv.

  • It will allow you to have distinct setups for distinct projects
  • It will install Transcrypt under a user account, solving the access problems

I've tested it and it works under Windows and Linux.
As an alternative to having one env for each Transcrypt project one could have one env for all transcrypt projects, saving some diskspace. But separating them makes it possible to use different Transcrypt versions alongside, which is probably a good thing.

When using Numscrypt, one would need numpy as well. In that case using the MiniConda "installer" from a user account is the best way to go.

Let me know if using virtualenv works for you.

from transcrypt.

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.